EditText的学习

 <EditText
        android:id="@+id/et_tel"  //控件的id
        android:layout_width="match_parent" // 控件的宽度
        android:layout_height="match_parent"  //控件的高度
        android:layout_marginLeft="30dp"  //左边外边距
        android:layout_marginRight="30dp"  //右边外边距
        android:background="@color/white" //控件背景色
        android:drawableLeft="@mipmap/login_phone" //控件里面-靠左的图片
        android:drawablePadding="@dimen/x8" //里面图片的边距
        android:hint="请输入手机号码"  //输入提示文本
        android:inputType="phone"   //输入的文本类型
        android:maxLength="11"  //输入的最大长度
        android:paddingLeft="@dimen/x4" //左边内边距
        android:paddingRight="@dimen/x4"//右边内边距
        android:textColorHint="@color/qian_gray" //提示文本的颜色
        android:textSize="@dimen/textsize_normal13" //输入的文本大小
        android:digits="1234567890.+-*/%\n()" //设置允许输入哪些字符
        android:textColor="@color/shenblack" //输入文本颜色
        android:text="@string/miss" //文本内容
        android:password="true"   // 设置密码格式
        android:selectAllOnFocus="true"  //默认内容全选状态
        android:numeric="integer" //输入的是数字
        android:lineSpacingExtra="15dp" //设置行与行之间的间隔
        android:enabled="false"  //不可编辑
        />
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值