Skip to content

仿微信支付宝数字键盘 支持添加确定按钮点击事件 更改样式 设置是否可用

Notifications You must be signed in to change notification settings

stady/keyborddemo

Repository files navigation

keyborddemo

仿微信支付宝数字键盘
1.支持添加确定按钮点击事件
2.支持 更改键盘样式 设置确定按钮是否可用
3.支持确定按钮添加回调

用法:

        <com.stady.keyboardnum.KeyboardEditText
            android:id="@+id/login_et_phone"
            style="@style/comm_validate_edt_style"
            android:layout_weight="1"
            android:background="@null"
            android:drawableLeft="@drawable/n_loginregister_login_phonet"
            android:hint="@string/please_input_username_phone"
            android:inputType="phone"
            android:maxLength="11"
            app:random_keys="false"
            app:xml="@xml/price_input_keyboard"
            android:tag="@string/login_username" />

About

仿微信支付宝数字键盘 支持添加确定按钮点击事件 更改样式 设置是否可用

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages