Android title 高度定义

mainifast.xml :

 

<activity android:name=".emailprint.MailListActivity"   android:theme="@style/test" android:configChanges="mcc|mnc|locale|orientation|fontScale|keyboardHidden" />

 

 

valuse>> style.xml

 

<style name="test" parent="android:Theme">

     <item name="android:windowTitleSize">74dip</item> 

</style>

 

 

你可能感兴趣的:(android)