android:showText  是否绘画文本,默认绘制文本;

android:splitTrack  设置是否设置间隙,让滑块和底部之间分离;

android:switchMinWidth  switch组件的最小宽度;

android:switchPadding  设定switch和标题文本之间的最小间距;

android:switchTextAppearance 设置显示在switch上的文本字体皮肤;

android:textOff 设置switch为off状态时候显示的文本;

android:textOn  设置switch为on状态时候显示的文本;

android:textStyle 设置switch文本的字体样式;

android:thumb 设置switch背景图片;

android:thumbTextPadding  设置switch文本和switch背景图片的内间距;

android:thumbTint 设置Tint颜色到thumb

android:trackTintMode 设置Tint颜色的混合模式;


更多相关文章

  1. android环境变量的设置及注意问题
  2. (4.2.15)【android开源工具】Android画柱状图
  3. Android(安卓)实现水波纹动效
  4. android 设置各种颜色 android:background="@color/white"
  5. Android(安卓)设置圆角背景
  6. android 朗读tts_如何设置Android以大声朗读您的文本
  7. EditText焦点问题
  8. Android(安卓)给TextView 添加图片(左右等)
  9. Android(安卓)APK权限大全

随机推荐

  1. Project has no default.properties file
  2. Android(安卓)APP终极瘦身指南
  3. [置顶] OwnCloud开源项目之一导入Eclipse
  4. Android(安卓)极光推送
  5. 09 - android Spinner 下拉列表
  6. Ubuntu下使用Android实体机调试前需要修
  7. Android天气预报开发。
  8. 向Android中集成开源项目的一般步骤
  9. android sdk 让SDK Manager来自动安装上
  10. MotionEvent事件在onInterceptTouchEvent