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

EidtText(输入框)

时间:2017-05-14 20:39:37      阅读:227      评论:0      收藏:0      [点我收藏+]

标签:属性   selectall   etc   line   需要   strong   方式   get   按钮组   

1.属性
android:selectAllOnFocus 在获得焦点时,会全选文本内容
android:focusable true表示获得焦点,false不获得焦点(默认获得焦点)
android:enabled true表示不可编辑,false可以编辑(默认false)
2.RadioButton(单选按钮)
3.RadioGroup(单选按钮组)
android:orientation="horizontal" 设置布局方式
android:checkedButton="单选按钮id" 设置默认选中的单选按钮
注意:单选按钮RadioButton,一般需要嵌套在RadioGroup中达到单选的目的。
方法:getCheckedButtonId(); 获得选中的按钮的id

EidtText(输入框)

标签:属性   selectall   etc   line   需要   strong   方式   get   按钮组   

原文地址:http://www.cnblogs.com/shuaiwenxin/p/6853495.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!