Update background color for two-pane mode
Update background color for status bar and homepage background programically. Also, we update the backgroud color for highlight items. Test: Rebuilt apk and see the screen. Bug: 195293058 Change-Id: Id100f8c9c7fc02c43420afcca07a703a14ec2312
This commit is contained in:
@@ -15,12 +15,11 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
|
||||
android:insetLeft="@dimen/homepage_menu_entry_padding_horizontal"
|
||||
android:insetRight="@dimen/homepage_menu_entry_padding_horizontal">
|
||||
<shape android:shape="rectangle">
|
||||
<solid
|
||||
android:color="?androidprv:attr/colorAccentSecondaryVariant" />
|
||||
android:color="?android:attr/textColorPrimary" />
|
||||
<corners
|
||||
android:radius="@dimen/homepage_menu_entry_corner_radius" />
|
||||
</shape>
|
||||
|
||||
Reference in New Issue
Block a user