【发布时间】:2017-06-08 04:19:59
【问题描述】:
我正在开发一个 android 项目,我必须在注册表单中实现一个自定义微调器,以选择职业、姓氏。微调器功能运行良好,但微调器是自定义微调器,它不接受要更改的文本颜色。有什么办法可以改变文字的颜色吗?
下面是我的 xml 代码:
<com.infantstudio.CatholicMithrulu.Spinner.SearchableSpinnerProfestion
android:id="@+id/profestion_spinner"
android:layout_width="100dp"
android:layout_height="wrap_content"
android:entries="@array/profestion"
app:hintTextCountry="Select"/>
【问题讨论】:
-
发布微调器的行文件,你有没有给 textview 的文本颜色?
标签: android xml textview spinner