diff --git a/res/drawable-xhdpi/fast_scroll.png b/res/drawable-xhdpi/fast_scroll.png new file mode 100644 index 000000000..947a24d95 Binary files /dev/null and b/res/drawable-xhdpi/fast_scroll.png differ diff --git a/res/drawable-xhdpi/fast_scroll_over.png b/res/drawable-xhdpi/fast_scroll_over.png new file mode 100644 index 000000000..134b728f7 Binary files /dev/null and b/res/drawable-xhdpi/fast_scroll_over.png differ diff --git a/res/drawable/fast_scroll.xml b/res/drawable/fast_scroll.xml new file mode 100644 index 000000000..1cc862fed --- /dev/null +++ b/res/drawable/fast_scroll.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/res/drawable/fast_scroll_preview.xml b/res/drawable/fast_scroll_preview.xml new file mode 100644 index 000000000..cdf8aeccb --- /dev/null +++ b/res/drawable/fast_scroll_preview.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/layout/contacts_list.xml b/res/layout/contacts_list.xml index 85b926589..2b2536d74 100644 --- a/res/layout/contacts_list.xml +++ b/res/layout/contacts_list.xml @@ -124,9 +124,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:divider="@color/colorE" - android:fastScrollAlwaysVisible="true" android:fastScrollEnabled="true" - android:scrollbarStyle="outsideOverlay" + android:fastScrollAlwaysVisible="true" android:dividerHeight="1dp" /> - + +