aboutsummaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-04-26 17:06:53 -0700
committerScott Jackson <daneren2005@gmail.com>2014-04-26 17:06:53 -0700
commit124e6c82c2a0bae229717d8b4595b14d91616263 (patch)
tree88c77c3ab030decf2da9a2b83962097d8a50ae5f /res/layout
parent9eb67ba4dc384dfad8496f24d5288df619a0d8fd (diff)
downloaddsub-124e6c82c2a0bae229717d8b4595b14d91616263.tar.gz
dsub-124e6c82c2a0bae229717d8b4595b14d91616263.tar.bz2
dsub-124e6c82c2a0bae229717d8b4595b14d91616263.zip
Re-enabled fast scroll
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/select_album.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/select_album.xml b/res/layout/select_album.xml
index 954fbcf6..2189fdcc 100644
--- a/res/layout/select_album.xml
+++ b/res/layout/select_album.xml
@@ -30,6 +30,7 @@
android:textFilterEnabled="true"
android:layout_width="fill_parent"
android:layout_height="0dip"
- android:layout_weight="1.0"/>
+ android:layout_weight="1.0"
+ android:fastScrollEnabled="true"/>
</LinearLayout>
</android.support.v4.widget.SwipeRefreshLayout> \ No newline at end of file