Skip to content

Commit

Permalink
fix(android): amend actionBarStyle for MaterialComponents
Browse files Browse the repository at this point in the history
  • Loading branch information
garymathews committed Jun 18, 2021
1 parent 0a4c4c7 commit 7d092ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/titanium/res/values/values.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<!-- Titanium's light material theme with an action bar. -->
<style name="Theme.Titanium.Light" parent="Theme.MaterialComponents.Light.DarkActionBar">
<item name="actionBarSize">@dimen/ti_action_bar_height</item>
<item name="actionBarStyle">@style/Widget.AppCompat.Light.ActionBar.Solid</item>
<item name="actionBarStyle">@style/Widget.MaterialComponents.Light.ActionBar.Solid</item>
<item name="colorPrimary">@color/ti_light_primary</item>
<item name="colorPrimaryDark">@color/ti_light_primary_dark</item>
<item name="colorAccent">@color/ti_light_accent</item>
Expand Down

0 comments on commit 7d092ef

Please sign in to comment.