From 4c24853c6ad9f08004e8981a7187dd3ae1a794db Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 17 Jun 2015 08:10:32 -0700 Subject: Convert MainFragment over to SectionAdapter --- app/src/main/res/layout/album_list_header.xml | 28 +++++ app/src/main/res/layout/album_list_item.xml | 3 +- app/src/main/res/layout/basic_count_item.xml | 2 +- app/src/main/res/layout/main_buttons.xml | 157 -------------------------- 4 files changed, 31 insertions(+), 159 deletions(-) create mode 100644 app/src/main/res/layout/album_list_header.xml delete mode 100644 app/src/main/res/layout/main_buttons.xml (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/album_list_header.xml b/app/src/main/res/layout/album_list_header.xml new file mode 100644 index 00000000..58af3353 --- /dev/null +++ b/app/src/main/res/layout/album_list_header.xml @@ -0,0 +1,28 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/album_list_item.xml b/app/src/main/res/layout/album_list_item.xml index 67c052eb..c43e52a8 100644 --- a/app/src/main/res/layout/album_list_item.xml +++ b/app/src/main/res/layout/album_list_item.xml @@ -3,7 +3,8 @@ android:id="@id/drag_handle" android:orientation="horizontal" android:layout_width="fill_parent" - android:layout_height="wrap_content"> + android:layout_height="wrap_content" + android:background="?attr/selectableItemBackground"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3