- title not displaying on note_view_full bug fixed

- note_view_full title text color changed to black
This commit is contained in:
Matan Bar Yosef 2016-07-09 22:20:25 +03:00
parent db4af0dc2e
commit b360b4a1b7
3 changed files with 38 additions and 35 deletions

View file

@ -92,7 +92,6 @@ public class ExploreFragment extends Fragment {
dateFilter.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
// Log.d(TAG, "" + v.getId());
if (dateFilterIsVisible) {
dateFilterIsVisible = false;
exploreFilters.setVisibility(View.GONE);

View file

@ -472,8 +472,6 @@ public class PersonalFragment extends Fragment {
});
}
}
}

View file

@ -42,16 +42,15 @@
android:editable="true"
android:elegantTextHeight="false"
android:maxLines="1"
android:textColor="#c5c4c4"
android:hint="Title"
android:layout_marginTop="15dp" />
android:layout_marginTop="10dp" />
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dp"
android:id="@+id/scrollView"
android:layout_weight="0.5"
android:layout_marginTop="10dp">
android:layout_marginTop="7dp">
<EditText
android:layout_width="fill_parent"
@ -63,6 +62,11 @@
android:layout_weight="0.24" />
</ScrollView>
<LinearLayout
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<Switch
android:id="@+id/nvf_note_permission"
android:layout_width="wrap_content"
@ -101,5 +105,7 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>