zw_layout_keyboard.xml
720 字节
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<com.zhenwan.sdk.view.ZWEditText
android:id="@+id/et_account"
android:background="@drawable/zw_edittext_bg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:imeOptions="actionDone"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:paddingTop="10dp"
android:paddingBottom="8dp"
android:selectAllOnFocus="true"
android:singleLine="true" />
</LinearLayout>