码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2016-08-17 10:24:12      阅读:233      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!