How to increase the size of the title bar in an Android application?

前端 未结 2 1269
不知归路
不知归路 2020-12-09 05:14

How to increase the size of the title bar attached to the top of any screen in android

\"\"

2条回答
  •  庸人自扰
    2020-12-09 05:52

    EDIT:

    this solution was for API < 11 ... now we have ActionBars

    EDIT: first i answer this

    Create custom titlebar in Android

    EDIT: I'm adding this because I think Sujit gave the wrong answer.

    To increase the size of the title bar you will need to add file with this content to res/values

    
    
        
    
    

    in AndroidManifest.xml file

            
    ...
            
    

提交回复
热议问题