xml Android TextView Custom ListSeparatorTextViewStyle - http://stackoverflow.com/a/10116664

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了xml Android TextView Custom ListSeparatorTextViewStyle - http://stackoverflow.com/a/10116664相关的知识,希望对你有一定的参考价值。

<style name="sectionHeader" parent="android:Widget.Holo.Light.TextView">
    <item name="android:drawableBottom">@drawable/text_section_header</item>
    <item name="android:drawablePadding">4dp</item>
    <item name="android:layout_marginTop">8dp</item>
    <item name="android:paddingLeft">4dp</item>
    <item name="android:textAllCaps">true</item>
    <item name="android:textColor">@color/myPrimaryColor</item>
    <item name="android:textSize">14sp</item>
    <item name="android:textStyle">bold</item>
</style>

以上是关于xml Android TextView Custom ListSeparatorTextViewStyle - http://stackoverflow.com/a/10116664的主要内容,如果未能解决你的问题,请参考以下文章

Android_TextView属性XML详解

xml - 无法将形状设置为 TextView 的背景

xml Android自动水平滚动TextView

在不同的xml中查找textview

android studio .xml 中 imageview 和 textView 的自动建议

代码动态控制TextView右移(而不是xml)