Use colorPrimary for EntityHeader's background.

Bug: 76219670
Test: check color from screen manually.
Change-Id: If13d5cbd2bd7db1c6d9c9f840281601ab78ba267
This commit is contained in:
Shaotang Li
2018-03-30 15:26:12 +08:00
parent 1967396c09
commit aab7756f08
4 changed files with 4 additions and 4 deletions

View File

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