Change Actionbar height on Android JellyBean

后端 未结 3 1033
离开以前
离开以前 2020-12-01 07:49

I\'ve been recently developing an Android app, in which i need to have a custom layout and dimension for the tab bar. The way that i did it until now is by using Jake Wharto

3条回答
  •  攒了一身酷
    2020-12-01 08:36

    Try putting android:actionBarSize and actionBarSize under the Theme you are using, like so:

     
    

提交回复
热议问题