Use colorPrimary for EntityHeader's background.
Bug: 76219670 Test: check color from screen manually. Change-Id: If13d5cbd2bd7db1c6d9c9f840281601ab78ba267
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="?android:attr/colorSecondary"
|
||||
android:background="?android:attr/colorPrimary"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal" >
|
||||
|
||||
|
Reference in New Issue
Block a user