summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-03-23 14:45:54 -0700
committerWinson Chung <winsonc@google.com>2015-03-24 10:30:05 -0700
commitf819dc2bc782e93ac9ecc163a99af0da62821d31 (patch)
tree6f16811baf4d92944e4a3d148cf28a8dc78741fd /res/drawable
parent27959c30394f629e0c551e1c8dacaad8b42817a5 (diff)
downloadandroid_packages_apps_Trebuchet-f819dc2bc782e93ac9ecc163a99af0da62821d31.tar.gz
android_packages_apps_Trebuchet-f819dc2bc782e93ac9ecc163a99af0da62821d31.tar.bz2
android_packages_apps_Trebuchet-f819dc2bc782e93ac9ecc163a99af0da62821d31.zip
Making the scrollbar scrubbable.
- This change in behavior will remove the ability to scrub anywhere in the gutter to start fast-scrolling, but requires the user to touch near the scroll bar to start fast-scrolling. - Also fixes issue with wonky scrollbar due to the fake section breaks Change-Id: I34b08ac46ea93f7f4cad7ccde1048a388ee6a55d
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/apps_list_scrollbar_thumb.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/apps_list_scrollbar_thumb.xml b/res/drawable/apps_list_scrollbar_thumb.xml
index 59383a5bb..318d40678 100644
--- a/res/drawable/apps_list_scrollbar_thumb.xml
+++ b/res/drawable/apps_list_scrollbar_thumb.xml
@@ -17,5 +17,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/apps_view_scrollbar_thumb_color" />
- <size android:width="@dimen/apps_view_fast_scroll_bar_size" />
+ <size android:width="@dimen/apps_view_fast_scroll_bar_width" />
</shape> \ No newline at end of file