0

I am looking for to change the height of action bar in android in theme.xml, android version 11. backgroundColor this attribute works but android:height this doesnot.

@style/CustomActionBar
<style name="CustomActionBar" parent="@style/Theme.AppCompat.DayNight.DarkActionBar">
    <!--  <item name="android:background">@drawable/action_bar_style</item> -->
    <item name="android:height">100dp</item>
    <item name="actionBarSize">100dp</item>
    <item name="backgroundColor">@color/purple_200</item>
</style>
Saugat Rai
  • 105
  • 1
  • 2
  • 10

0 Answers0