Use colorSecondary for switch bar backgrounds.

Delete the private version in favor of using the platform's.

BUG: 28625050
Change-Id: I6bf0a13e5018f48f32a26a38307c30cf1aee0619
This commit is contained in:
Andrew Sapperstein
2016-06-19 18:40:36 -07:00
parent 5b66e143cc
commit e300b0fc1c
4 changed files with 4 additions and 11 deletions

View File

@@ -16,6 +16,6 @@
<ripple xmlns:android="http://schemas.android.com/apk/res/android"
android:color="?android:attr/colorControlHighlight">
<item android:drawable="?attr/colorSecondary" />
<item android:drawable="?android:attr/colorSecondary" />
</ripple>