Fix crash on AppBarLayout
We removed some theme attribute in ag/6501484, so we need to add it back to avoid crash on App info page. Fixes: 125987673 Test: Build again, and go to "App info" page. Change-Id: I2fda899ecd2db48c7ace5069ef59a49883200dff
This commit is contained in:
@@ -58,6 +58,10 @@
|
||||
<item name="batteryMaybeColor">@color/battery_maybe_color_light</item>
|
||||
<item name="batteryBadColor">@color/battery_bad_color_light</item>
|
||||
|
||||
<!-- For AppBarLayout -->
|
||||
<item name="colorPrimary">@*android:color/primary_device_default_settings_light</item>
|
||||
<item name="colorPrimaryVariant">@android:color/white</item>
|
||||
|
||||
<!-- For slice view in settings -->
|
||||
<item name="sliceViewStyle">@style/Widget.SliceView.Settings</item>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user