我正在尝试按照此
创建自己的文本外观http://brainflush.wordpress.com/2009/03/15/understanding-android-themes-and-styles/
我只想要我的文本外观样式继承@deroid:attr / textAppearanceSmall的所有东西,除了它使用的尺寸小于attr / textAppearanceSmall
所以我这样做了:
<resource>
<style name="MyDefaultTextAppearance" parent="@android:attr/textAppearanceSmall">
<item name="android:textSize">10sp</item>
</style>
</resources>
我的问题是适用于平板电脑的textAppearanceSmall的textSize是什么?我只是想为textAppearanceSmall使用小于android默认文本大小的大小。我不确定textSize 10sp是否是正确答案。
谢谢。
答案 0 :(得分:0)
如果您签出SDK文件夹,您会发现没有为平板电脑定义单独的TextAppearance
样式。我检查了android-14
文件夹,但无法找到large
个屏幕的单独条目。请自己搜索。您可以在\android-sdk\platforms\android-14\data\res