Android: Increase title bar size? [duplicate]
Possible Duplicate:
How to increase the size of the title bar in an Android application?
How can I increase the size of the title bar in Android?
I created a custom layout R.la开发者_JAVA技巧yout.mytitle and onCreate() I call:
getWindow().setFeatureInt(Window.FEATURE_CUSTOM_TITLE, R.layout.mytitle);
but in my layout, no matter what height I use, it seems to ignore it, and uses a default height.
How can I change this?
You can change anything on the title bar basically.
Check this out.
A nice supplement to the comments given already.
精彩评论