根据条件,我想更改防静电微调轮中文本的颜色。谁能帮助我实现这一目标?预先感谢....!
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="@dimen/_40sdp"
android:layout_height="@dimen/_30sdp">
<TextView android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="@dimen/_11sdp"
android:text="1"
android:lines="1"
android:textStyle="bold"
android:textColor="#777"
android:layout_gravity="center"/></FrameLayout>
wheel_text_centered xml:
errors