开发者

Android: Increase title bar size? [duplicate]

This question already has answers here: Closed 11 years ago.

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜