如何创建TextAppearance使用比@android更小的字体大小:attr / textAppearanceSmall

时间:2011-11-09 20:14:04

标签: android

我正在尝试按照此

创建自己的文本外观

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是否是正确答案。

谢谢。

1 个答案:

答案 0 :(得分:0)

如果您签出SDK文件夹,您会发现没有为平板电脑定义单独的TextAppearance样式。我检查了android-14文件夹,但无法找到large个屏幕的单独条目。请自己搜索。您可以在\android-sdk\platforms\android-14\data\res

中找到资源