Skip to content

EditText是基于官方二次开发的控件,它在原有的基础上增加了六个属性,使用起来更加灵活。

Notifications You must be signed in to change notification settings

iwdael/EditText

Repository files navigation

EditText



EditText是基于官方二次开发的控件,它在原有的基础上增加了六个属性,使用起来更加灵活。

使用说明

代码示例

    <com.hacknife.edittext.EditText
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:drawableLeft=""
        app:drawable_height=""
        app:drawable_width=""
        app:drawable_marginLeft=""
          />

快速引入项目

合并以下代码到需要使用Module的dependencies中。

	dependencies {
                ...
	        compile 'com.hacknife:edittext:1.0.3'
	}



感谢浏览

如果你有任何疑问,请加入QQ群,我将竭诚为你解答。欢迎Star和Fork本仓库,当然也欢迎你关注我。
Image Text

About

EditText是基于官方二次开发的控件,它在原有的基础上增加了六个属性,使用起来更加灵活。

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages