asfman
android developer
posts - 90,  comments - 213,  trackbacks - 0
       查看源码可以发现,通过修改theme的textViewStyle进行修改,最终添加一个类似与系统的syle TextAppearance.Small就可以
<item name="textViewStyle">@android:style/Widget.TextView</item>
    <style name="Widget.TextView">
        <item name="android:textAppearance">?android:attr/textAppearanceSmall</item>
    </style>
    
<item name="textAppearanceSmall">@android:style/TextAppearance.Small</item>
    <style name="TextAppearance.Small">
        <item name="android:textSize">14sp</item>
        <item name="android:textStyle">normal</item>
        <item name="android:textColor">?textColorSecondary</item>
    </style>
posted on 2012-05-21 13:48 汪杰 阅读(836) 评论(0)  编辑 收藏 引用 所属分类: Java
只有注册用户登录后才能发表评论。

<2024年3月>
252627282912
3456789
10111213141516
17181920212223
24252627282930
31123456

常用链接

留言簿(15)

随笔分类(1)

随笔档案(90)

文章分类(727)

文章档案(712)

相册

收藏夹

http://blog.csdn.net/prodigynonsense

友情链接

最新随笔

搜索

  •  

积分与排名

  • 积分 - 456689
  • 排名 - 6

最新随笔

最新评论

阅读排行榜

评论排行榜