diff options
| author | 2015-01-05 16:06:26 -0800 | |
|---|---|---|
| committer | 2015-01-05 16:06:26 -0800 | |
| commit | c01678ea2d23fe332d4be81efbb9104d96c3bb60 (patch) | |
| tree | 89f5efd95bfb1d9eaf92c149f4bbdeb9794e56ad | |
| parent | ee2e13e75356fbef806dfb69ccf995d7f616f027 (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.xml | 2 |
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> |