Enable scroll thumb in song selector

This commit is contained in:
Christopher Eby 2010-02-15 11:35:52 -06:00
parent 09dd24a144
commit 608a0316cc

View File

@ -9,7 +9,8 @@
android:id="@+id/song_list"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1" />
android:layout_weight="1"
android:fastScrollEnabled="true" />
<LinearLayout
android:id="@+id/filter_layout"
android:layout_height="wrap_content"