通过自定义EditText进行处理,对文本框进行判断密码是否显示

design新特性TextInputLayout情况下的自定义edittext与一般情况下的edittext比较

效果图:

c42ccf8384e1

Paste_Image.png

c42ccf8384e1

Paste_Image.png

自定义EditText的代码:

c42ccf8384e1

Paste_Image.png

c42ccf8384e1

Paste_Image.png

c42ccf8384e1

Paste_Image.png

c42ccf8384e1

Paste_Image.png

c42ccf8384e1

Paste_Image.png

c42ccf8384e1

Paste_Image.png

c42ccf8384e1

Paste_Image.png

c42ccf8384e1

Paste_Image.png

c42ccf8384e1

Paste_Image.png

xml文件布局

android:layout_height="match_parent" android:orientation="vertical" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin">

android:layout_height="40dp"

android:gravity="center">

android:layout_width="wrap_content"

android:layout_height="wrap_content"

android:text="密码:" android:textSize="20sp" />

android:layout_width="match_parent"

android:layout_height="wrap_content"

android:gravity="center"

android:hint="请输入密码" />

android:layout_height="wrap_content" android:layout_below="@+id/main_ll_container_1">

android:layout_height="wrap_content"

android:gravity="center"

android:hint="请输入密码" />

attrs自定义属性,在values文件夹下

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐