2013年1月23日

【转】edit text 及 text view 属性

摘要: 【转】edit text 及 text view 属性 (http://blog.csdn.net/xyg165/article/details/8287739)EditText属性描述android:layout_gravity="center_vertical"//设置控件显示的位置:默认top,这里居中显示,还有bottomandroid:hint="请输入数字!"//设置显示在空间上的提示信息android:numeric="integer"//设置只能输入整数,如果是小数则是:decimalandroid:singleLin 阅读全文

posted @ 2013-01-23 16:21 在旅途 阅读(223) 评论(0) 推荐(0) 编辑

导航