分配标签" pro#34;在开关上

时间:2014-09-14 08:59:09

标签: android android-switch

我是Android编程的新手。我想自定义switch,如下图所示。

enter image description here

我还想控制文本和切换之间的空格。

我需要在交换机上添加专业标签有哪些更改?

1 个答案:

答案 0 :(得分:0)

您需要创建自己的开关样式。例如:

<Switch
              android:id="@+id/switch1"
              android:layout_width="match_parent"
              android:layout_height="wrap_content"
              app:thumb="@drawable/apptheme_switch_inner_holo_light"
              app:track="@drawable/apptheme_switch_track_holo_light"  //This is what you need to customize with your own drawable that has "pro" on it
              app:textOn="ON"
              app:textOff="OFF
              />

使用边距,填充,对齐等xml属性来播放间距