aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/select_album.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-05-29 17:38:15 -0700
committerScott Jackson <daneren2005@gmail.com>2015-05-29 17:38:15 -0700
commit7111cf31fefa5136c62f39befa9fb4ee214d47ca (patch)
treee31e164e33efb85d8d604ce501860dc953f083f6 /app/src/main/res/layout/select_album.xml
parentcfa23075eb3c446fd22a67d782252781648e5dab (diff)
parent1697ead7480395a4850e2cfc06d2af2d58910d5a (diff)
downloaddsub-7111cf31fefa5136c62f39befa9fb4ee214d47ca.tar.gz
dsub-7111cf31fefa5136c62f39befa9fb4ee214d47ca.tar.bz2
dsub-7111cf31fefa5136c62f39befa9fb4ee214d47ca.zip
Merge branch 'RecyclerView' into SlideUpPanel2
Diffstat (limited to 'app/src/main/res/layout/select_album.xml')
-rw-r--r--app/src/main/res/layout/select_album.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/src/main/res/layout/select_album.xml b/app/src/main/res/layout/select_album.xml
index bbdf0e54..cacbc560 100644
--- a/app/src/main/res/layout/select_album.xml
+++ b/app/src/main/res/layout/select_album.xml
@@ -17,12 +17,11 @@
<include layout="@layout/tab_progress"/>
- <ListView
+ <android.support.v7.widget.RecyclerView
android:id="@+id/select_album_entries"
- android:textFilterEnabled="true"
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1.0"
- android:fastScrollEnabled="true"/>
+ android:scrollbars="vertical"/>
</LinearLayout>
</android.support.v4.widget.SwipeRefreshLayout> \ No newline at end of file