Commit 1799436d authored by jianglx's avatar jianglx

修改添加驾驶人,修改出游人的点击面积

parent 3aa31980
...@@ -39,9 +39,10 @@ ...@@ -39,9 +39,10 @@
<EditText <EditText
android:id="@+id/et_name" android:id="@+id/et_name"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:background="@null" android:background="@null"
android:gravity="left|center_vertical"
android:hint="@string/rv_name_hint" android:hint="@string/rv_name_hint"
android:maxLength="10" android:maxLength="10"
android:paddingLeft="@dimen/size_20" android:paddingLeft="@dimen/size_20"
...@@ -76,9 +77,10 @@ ...@@ -76,9 +77,10 @@
<EditText <EditText
android:id="@+id/et_phone" android:id="@+id/et_phone"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:background="@null" android:background="@null"
android:gravity="left|center_vertical"
android:hint="@string/rv_phone_hint" android:hint="@string/rv_phone_hint"
android:inputType="number" android:inputType="number"
android:maxLength="11" android:maxLength="11"
...@@ -114,10 +116,11 @@ ...@@ -114,10 +116,11 @@
<EditText <EditText
android:id="@+id/et_id_card" android:id="@+id/et_id_card"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:background="@null" android:background="@null"
android:digits="0123456789xyzXYZ" android:digits="0123456789xyzXYZ"
android:gravity="left|center_vertical"
android:hint="@string/rv_id_card_hint" android:hint="@string/rv_id_card_hint"
android:inputType="number|text" android:inputType="number|text"
android:maxLength="18" android:maxLength="18"
......
...@@ -76,9 +76,10 @@ ...@@ -76,9 +76,10 @@
<EditText <EditText
android:id="@+id/et_traveler_name" android:id="@+id/et_traveler_name"
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:background="@null" android:background="@null"
android:gravity="center_vertical|left"
android:hint="@string/et_traveler_name_hint" android:hint="@string/et_traveler_name_hint"
android:maxLength="10" android:maxLength="10"
android:paddingLeft="@dimen/size_5" android:paddingLeft="@dimen/size_5"
...@@ -187,14 +188,15 @@ ...@@ -187,14 +188,15 @@
</LinearLayout> </LinearLayout>
<EditText <EditText
android:inputType="number|text"
android:digits="0123456789xyzXYZ"
android:id="@+id/et_id_card" android:id="@+id/et_id_card"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:background="@null" android:background="@null"
android:digits="0123456789xyzXYZ"
android:gravity="center_vertical|left"
android:hint="@string/et_id_card_hint" android:hint="@string/et_id_card_hint"
android:inputType="number|text"
android:maxLength="18" android:maxLength="18"
android:paddingLeft="@dimen/size_5" android:paddingLeft="@dimen/size_5"
android:text="" android:text=""
...@@ -226,9 +228,10 @@ ...@@ -226,9 +228,10 @@
<EditText <EditText
android:id="@+id/et_phone" android:id="@+id/et_phone"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:background="@null" android:background="@null"
android:gravity="center_vertical|left"
android:hint="@string/et_phone_hint" android:hint="@string/et_phone_hint"
android:inputType="phone|number" android:inputType="phone|number"
android:maxLength="11" android:maxLength="11"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment