diff --git a/app/app.iml b/app/app.iml index d3a4160e..62447734 100644 --- a/app/app.iml +++ b/app/app.iml @@ -67,6 +67,7 @@ + diff --git a/app/src/main/res/layout/activity_notes_list_view.xml b/app/src/main/res/layout/activity_notes_list_view.xml index 2e47f59e..ce51b839 100644 --- a/app/src/main/res/layout/activity_notes_list_view.xml +++ b/app/src/main/res/layout/activity_notes_list_view.xml @@ -17,7 +17,7 @@ android:id="@+id/list_view" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="@color/fg_default_high"> + android:background="@color/bg_normal"> diff --git a/app/src/main/res/layout/fragment_notes_list_note_item.xml b/app/src/main/res/layout/fragment_notes_list_note_item.xml index 02ebcf66..5a2c834b 100644 --- a/app/src/main/res/layout/fragment_notes_list_note_item.xml +++ b/app/src/main/res/layout/fragment_notes_list_note_item.xml @@ -1,38 +1,49 @@ + android:layout_height="wrap_content"> - - - + android:background="@drawable/list_item_background_selector" + android:padding="16dp"> + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_notes_list_section_item.xml b/app/src/main/res/layout/fragment_notes_list_section_item.xml index 87929b8c..0df31833 100644 --- a/app/src/main/res/layout/fragment_notes_list_section_item.xml +++ b/app/src/main/res/layout/fragment_notes_list_section_item.xml @@ -3,25 +3,29 @@ android:id="@+id/sectionItem" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" - android:layout_height="wrap_content" - android:layout_marginTop="1px" - android:background="@color/bg_highlighted" - android:padding="8dp"> - + android:layout_height="wrap_content"> + android:textSize="12sp"/> + \ No newline at end of file diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index d56453f4..45e0faf9 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -5,6 +5,8 @@ #1d2d44 #112233 + #d2d2d2 + #aa000000 #f3f3f3 #ffffff