博客
关于我
好玩的editText
阅读量:351 次
发布时间:2019-03-04

本文共 506 字,大约阅读时间需要 1 分钟。

<android.support.design.widget.TextInputLayout    android:layout_width="match_parent"    android:layout_height="wrap_content"    android:textColorHint="#D7D7D7">    <EditText        android:id="@+id/act_login_et_pwd"        android:layout_width="match_parent"        android:layout_height="wrap_content"        android:layout_marginLeft="50dp"        android:hint="请输入密码"        android:inputType="textPassword"        android:textColor="@color/colorFont" /></android.support.design.widget.TextInputLayout>


转载地址:http://pjpr.baihongyu.com/

你可能感兴趣的文章
async/await
查看>>
在 springboot 项目中全局处理异常
查看>>
Keil修改Stm32的工程名字
查看>>
ILI9341几个重要的命令
查看>>
AD如何对原理图进行注释
查看>>