Scroll handle was half as opaque as it was supposed to be

BUG: 18903443
Change-Id: Ie6a220899685f654a40d57ae0408e9c91afe868a
This commit is contained in:
Alan Viverette
2015-01-05 16:06:26 -08:00
parent ee2e13e753
commit c01678ea2d

View File

@@ -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>