| | |
| | | |
| | | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | style="@style/newCardLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="管理员名称:" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/admin_name" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:maxLength="5" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | style="@style/newCardLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="电话:" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/admin_phone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:inputType="number" |
| | | android:maxLength="11" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | |
| | | |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/chose_address" |
| | |
| | | android:textSize="@dimen/new_card_size" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/chose_address_code" |
| | | style="@style/newCardLL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="地址编码:" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/admin_address_code" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | | |