summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Alan Viverette <alanv@google.com> 2015-01-05 16:06:26 -0800
committer Alan Viverette <alanv@google.com> 2015-01-05 16:06:26 -0800
commitc01678ea2d23fe332d4be81efbb9104d96c3bb60 (patch)
tree89f5efd95bfb1d9eaf92c149f4bbdeb9794e56ad
parentee2e13e75356fbef806dfb69ccf995d7f616f027 (diff)
Scroll handle was half as opaque as it was supposed to be
BUG: 18903443 Change-Id: Ie6a220899685f654a40d57ae0408e9c91afe868a
-rw-r--r--core/res/res/drawable/scrollbar_handle_material.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/drawable/scrollbar_handle_material.xml b/core/res/res/drawable/scrollbar_handle_material.xml
index 1b3bb9b6fd75..56fececcc2c2 100644
--- a/core/res/res/drawable/scrollbar_handle_material.xml
+++ b/core/res/res/drawable/scrollbar_handle_material.xml
@@ -17,6 +17,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:tint="?attr/colorControlNormal"
android:shape="rectangle">
- <solid android:color="#42ffffff" />
+ <solid android:color="#84ffffff" />
<size android:width="4dp" />
</shape>