Update inherited actionBarStyle to DeviceDefault.
Was using a Material style. Now it's using the DeviceDefault one that Theme.DeviceDefault.Settings uses. Bug: 69314526 Test: visual inspection Change-Id: I5ce1bbb51a8d067fce226ff4a41fdea64106156a
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
<item name="android:backgroundDimEnabled">false</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.ActionBar" parent="@android:style/Widget.Material.ActionBar.Solid">
|
||||
<style name="Theme.ActionBar" parent="@android:style/Widget.DeviceDefault.Light.ActionBar.Solid">
|
||||
<item name="android:contentInsetStart">@dimen/actionbar_contentInsetStart</item>
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user