android switch 控件上文字"开启""关闭"颜色如何改变,还有这个switch控件大小能改变么
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了android switch 控件上文字"开启""关闭"颜色如何改变,还有这个switch控件大小能改变么相关的知识,希望对你有一定的参考价值。
我说的改变是在xml 文件里进行一些设置 求大神指点
参考技术A 1.在styles.xml中定义一个style1
2
3
<style name="x" parent="@android:style/TextAppearance.Small">
<item name="android:textColor">#33CCFF</item>
</style>
2.在xml中加上如下属性
1
android:textAppearance="@style/TextAppearance.x"追问
parent="@android:style/TextAppearance.Small" 这个不识别啊
以上是关于android switch 控件上文字"开启""关闭"颜色如何改变,还有这个switch控件大小能改变么的主要内容,如果未能解决你的问题,请参考以下文章