How to change size of title's text on Action Bar?

后端 未结 6 1219
攒了一身酷
攒了一身酷 2020-11-28 13:20

There is an ActionBar on each Android 4.0 application, and it got a title. I need to make this size less. But I don\'t understand how I can do it, because

6条回答
  •  自闭症患者
    2020-11-28 13:40

    Actually, you can do what you want to customize the ActionBar. It must be done through the Theme. You can do something like this :

    
    
    
    
    
    

提交回复
热议问题