android switch无文字
高洛峰
高洛峰 2017-04-17 17:34:45
0
1
700

switch使用了自定义drawable的thumb之后设置 textoff 和texton 文字不显示 请问是什么原因

thumb.xml

    <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
        <corners android:radius="40dp"/>
        <solid android:color="@color/g9"/>
        <stroke android:width="1dp" android:color="@color/g6"/>
        <size android:height="30dp" android:width="100dp"/>
    </shape>
    

track的设置:
android:track="@android:color/transparent"

整个switch

   <Switch
            android:id="@+id/add_device_switch"
            android:layout_width="match_parent"
            android:layout_height="match_parent"
            android:textOff="@string/add_device_by_pic"
            android:textOn="@string/add_device_by_num"
            android:textColor="@color/g1"
            android:textSize="14dp"
            android:thumb="@drawable/thumb"
            android:track="@android:color/transparent"/>
            

代码已添加 ,谢谢!~

高洛峰
高洛峰

拥有18年软件开发和IT教学经验。曾任多家上市公司技术总监、架构师、项目经理、高级软件工程师等职务。 网络人气名人讲师,...

모든 응답(1)
巴扎黑

android:showText="true" 속성 추가

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿