首页 > 其他 > 详细

RadioButton(单选按钮)文字在按钮的左边

时间:2016-08-17 10:21:57      阅读:173      评论:0      收藏:0      [点我收藏+]

技术分享

  <RadioButton
                style="@style/CustomCheckboxTheme"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:button="@null"
                android:drawablePadding="30dp"
                android:drawableRight="@android:drawable/btn_radio"
                android:text="@string/express"
                android:layout_margin="15dp"
                android:textSize="20dp" />

 

RadioButton(单选按钮)文字在按钮的左边

原文:http://www.cnblogs.com/niupi/p/5778633.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!