SkillAgentSearch skills...

PasswordEditText

该项目是自定义两个控件组成一个登陆界面,分别是输入框和密码框,密码框可以点击按钮进行隐藏与显示,并且将图片封装在控件中,方便灵活使用

Install / Use

/learn @ysq1051838264/PasswordEditText
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PasswordEditText

该项目是自定义两个控件组成一个登陆界面,分别是输入框和密码框,密码框可以点击按钮进行隐藏与显示,并且将图片封装在控件中,方便灵活使用

alt tag

Usage

In XML Directly

 <com.example.ysq.passwordedittext.PasswordEditText
    android:id="@+id/codeEt"
    app:start="@drawable/user_register_password"
    app:pad="20dp"
    android:background="@null"
    android:paddingStart="10dp"
    android:layout_marginTop="5dp"
    android:layout_marginBottom="5dp"
    android:layout_width="match_parent"
    android:textColorHint="#B3B3B3"
    android:hint="密码"
    android:inputType="textPassword"
    android:paddingEnd="10dp"
    android:layout_height="50dp" />

#The MIT License (MIT) Copyright (c) 2016

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated6y ago
Forks2

Languages

Java

Security Score

60/100

Audited on Oct 16, 2019

No findings