mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-17 07:10:44 +00:00
Added the fastScroller to the ListViews.
This commit is contained in:
parent
522e3c917b
commit
e95ce2035c
@ -10,7 +10,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:drawSelectorOnTop="false"/>
|
||||
android:drawSelectorOnTop="false" android:fastScrollEnabled="true"/>
|
||||
|
||||
<LinearLayout android:id="@id/android:empty"
|
||||
android:orientation="horizontal"
|
||||
|
@ -10,7 +10,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:drawSelectorOnTop="false"/>
|
||||
android:drawSelectorOnTop="false" android:fastScrollEnabled="true"/>
|
||||
|
||||
<LinearLayout android:id="@id/android:empty"
|
||||
android:orientation="horizontal"
|
||||
|
@ -10,7 +10,7 @@
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:drawSelectorOnTop="false"/>
|
||||
android:drawSelectorOnTop="false" android:fastScrollEnabled="true"/>
|
||||
|
||||
<LinearLayout android:id="@id/android:empty"
|
||||
android:orientation="horizontal"
|
||||
|
Loading…
Reference in New Issue
Block a user