Change QS drag handle color
It should be using the secondary color instead of primary Test: visual Bug: 171916625 Change-Id: I01fd854eb0b265f2391313813acf4c3dc7e60145
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle" >
|
||||
<solid
|
||||
android:color="?android:attr/textColorPrimary" />
|
||||
android:color="?android:attr/textColorSecondary" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
|
||||
Reference in New Issue
Block a user