Is there a list of default values for Honeycomb text sizes so I can use them in my application for consistency with other built in applications? I tried to apply Holo theme but this has no affect for text sizes, they are as small as on the phone.
Is there a list of default values for Honeycomb text sizes so I can
Share
There is no “Holo theme” for phones today, as Honeycomb is only for tablets.
You are welcome to examine the Honeycomb styles resources in your SDK to see what various text sizes are listed as. I see many listed in
res/values/styles.xml(e.g., dialog title bars are18sp). You might start with theTheme.Holodefinition inres/values/themes.xml, find the item you want, then look up the value inres/values/styles.xml.