How to reduce the tab bar height and display in bottom

前端 未结 8 831
长情又很酷
长情又很酷 2021-02-02 04:42

can anybody tell how to reduce the height of tab bar and display tab bar in bottom

Thanks

8条回答
  •  误落风尘
    2021-02-02 05:21

    use the following line of code to change the height, this is the last line in my onCreate method

    tabHost.getTabWidget().getChildAt(0).getLayoutParams().height =35;
    

提交回复
热议问题