am ccfd34f6: Merge "Scroll handle was half as opaque as it was supposed to be" into lmp-mr1-dev

* commit 'ccfd34f6b59cfd79746bb1698abafc458a83d6cb':
  Scroll handle was half as opaque as it was supposed to be
This commit is contained in:
Alan Viverette
2015-01-06 00:54:54 +00:00
committed by Android Git Automerger

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>