diff --git a/Notes-master/res/layout/note_edit.xml b/Notes-master/res/layout/note_edit.xml index 10b2aa7..43ac582 100644 --- a/Notes-master/res/layout/note_edit.xml +++ b/Notes-master/res/layout/note_edit.xml @@ -20,17 +20,17 @@ android:layout_height="fill_parent" android:background="@drawable/list_background" xmlns:android="http://schemas.android.com/apk/res/android"> - + - + - + - + - + - + - + - + - + - + + android:linksClickable="false" + android:minLines="12" android:textAppearance="@style/TextAppearancePrimaryItem" - android:lineSpacingMultiplier="1.2" /> - + android:lineSpacingMultiplier="1.2" /> + - + - + - + - + - + - + - + - + - + - + + android:background="@drawable/list_background"> + + - + android:background="@drawable/title_bar_bg" + android:visibility="gone" + android:gravity="center_vertical" + android:singleLine="true" + android:textColor="#FFEAD1AE" + android:textSize="@dimen/text_font_size_medium" /> + + + android:layout_height="0dip" + android:layout_weight="1" + android:cacheColorHint="@null" + android:listSelector="@android:color/transparent" + android:divider="@null" + android:fadingEdge="@null" /> +