| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@id/chooseCardType" |
| | | android:layout_margin="20dp" |
| | | |
| | | android:layout_marginStart="20dp" |
| | | android:layout_marginTop="20dp" |
| | | android:layout_marginEnd="20dp" |
| | | android:layout_marginBottom="20dp" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="#000000" |
| | | android:text="当前卡标识:" |
| | | android:textColor="#000000" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/electric_oldNumber" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="match_parent" |
| | | android:text="请先选择卡类型" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | </LinearLayout> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@+id/electric_ll" |
| | | android:layout_alignParentStart="true" |
| | | android:layout_margin="20dp" |
| | | android:layout_marginStart="20dp" |
| | | android:layout_marginTop="20dp" |
| | | android:layout_marginEnd="20dp" |
| | | android:layout_marginBottom="20dp" |
| | | android:hint="请输入新的卡标识" |
| | | android:inputType="number" /> |
| | | |