可能重复:
How to increase the size of the title bar in an Android application?
如何在Android中增加标题栏的大小?
我创建了一个自定义布局R.layout.mytitle和onCreate()我调用:
getWindow()。setFeatureInt(Window.FEATURE_CUSTOM_TITLE,R.layout.mytitle);
但在我的布局中,无论我使用什么高度,它似乎都会忽略它,并使用默认高度。
我该如何更改?