Does anyone know what is the default size of the TitleBar
and TitleBarText
in android?
what is the default height of TitleBar and default TextSize in Titlebar in android?
4.6k Views Asked by Piolo Opaw At
2
Does anyone know what is the default size of the TitleBar
and TitleBarText
in android?
You can find the default height here
http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.0.3_r1/frameworks/base/core/res/res/values/dimens.xml
The below is for 4.0.3
Check the dimens.xml under respective res/values folder
To the comments from Gopal Rao
http://grepcode.com/file/repository.grepcode.com/java/ext/com.google.android/android/4.0.3_r1/frameworks/base/core/res/res/values/styles.xml?av=f
http://developer.android.com/guide/practices/screens_support.html
If you look at the topic best practices.