From ebb030da99785161852a8cf3fc3d62b602758165 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Wed, 19 Aug 2015 18:56:01 -0700 Subject: Put back fast scrolling for artists, podcasts, and playlists --- app/src/main/res/drawable/fast_scroller_bubble.xml | 16 +++++++++++++ app/src/main/res/drawable/fast_scroller_handle.xml | 26 ++++++++++++++++++++++ .../main/res/layout/abstract_recycler_fragment.xml | 19 ++++++++++++---- app/src/main/res/layout/fast_scroller.xml | 25 +++++++++++++++++++++ 4 files changed, 82 insertions(+), 4 deletions(-) create mode 100644 app/src/main/res/drawable/fast_scroller_bubble.xml create mode 100644 app/src/main/res/drawable/fast_scroller_handle.xml create mode 100644 app/src/main/res/layout/fast_scroller.xml (limited to 'app/src/main/res') diff --git a/app/src/main/res/drawable/fast_scroller_bubble.xml b/app/src/main/res/drawable/fast_scroller_bubble.xml new file mode 100644 index 00000000..02dfee5b --- /dev/null +++ b/app/src/main/res/drawable/fast_scroller_bubble.xml @@ -0,0 +1,16 @@ + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/drawable/fast_scroller_handle.xml b/app/src/main/res/drawable/fast_scroller_handle.xml new file mode 100644 index 00000000..e1744ceb --- /dev/null +++ b/app/src/main/res/drawable/fast_scroller_handle.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/layout/abstract_recycler_fragment.xml b/app/src/main/res/layout/abstract_recycler_fragment.xml index 47141450..0e0c87f4 100644 --- a/app/src/main/res/layout/abstract_recycler_fragment.xml +++ b/app/src/main/res/layout/abstract_recycler_fragment.xml @@ -10,12 +10,23 @@ android:layout_height="fill_parent" android:orientation="vertical" > - + android:layout_weight="1.0"> + + + + + diff --git a/app/src/main/res/layout/fast_scroller.xml b/app/src/main/res/layout/fast_scroller.xml new file mode 100644 index 00000000..b2e244e3 --- /dev/null +++ b/app/src/main/res/layout/fast_scroller.xml @@ -0,0 +1,25 @@ + + + + + + + \ No newline at end of file -- cgit v1.2.3