mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-29 12:32:36 +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_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:drawSelectorOnTop="false"/>
|
android:drawSelectorOnTop="false" android:fastScrollEnabled="true"/>
|
||||||
|
|
||||||
<LinearLayout android:id="@id/android:empty"
|
<LinearLayout android:id="@id/android:empty"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:drawSelectorOnTop="false"/>
|
android:drawSelectorOnTop="false" android:fastScrollEnabled="true"/>
|
||||||
|
|
||||||
<LinearLayout android:id="@id/android:empty"
|
<LinearLayout android:id="@id/android:empty"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="fill_parent"
|
android:layout_height="fill_parent"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:drawSelectorOnTop="false"/>
|
android:drawSelectorOnTop="false" android:fastScrollEnabled="true"/>
|
||||||
|
|
||||||
<LinearLayout android:id="@id/android:empty"
|
<LinearLayout android:id="@id/android:empty"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user