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:
Lucas Dupin
2021-02-03 17:14:43 -08:00
parent 0da9a43002
commit ef7d548be2

View File

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