| | |
| | | app:centerText="水表脉冲设置" |
| | | app:leftImage="@mipmap/icon_back" /> |
| | | |
| | | |
| | | <RelativeLayout |
| | | android:id="@+id/chooseCardType" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="45dp" |
| | | android:layout_below="@id/titleBar" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="20dp" |
| | | android:layout_marginRight="20dp" |
| | | android:background="@drawable/ic_choose_gray_edge"> |
| | | |
| | | <TextView |
| | | android:id="@+id/chooseCardTypeText" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginLeft="10dp" |
| | | android:hint="请选择卡类型" |
| | | android:text="@{data.getBuildYearStr}" |
| | | android:textColor="#000000" |
| | | android:textSize="18sp" /> |
| | | |
| | | <ImageView |
| | | android:layout_width="15dp" |
| | | android:layout_height="15dp" |
| | | android:layout_alignParentRight="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginRight="8dp" |
| | | android:src="@mipmap/icon_bottom" /> |
| | | </RelativeLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/electric_ll" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@id/titleBar" |
| | | android:layout_below="@id/chooseCardType" |
| | | android:layout_margin="20dp" |
| | | |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:textColor="#000000" |
| | | android:text="当前卡标识:" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | |
| | | android:layout_below="@+id/electric_ll" |
| | | android:layout_alignParentStart="true" |
| | | android:layout_margin="20dp" |
| | | android:inputType="number" |
| | | android:hint="请输入新的卡标识" /> |
| | | android:hint="请输入新的卡标识" |
| | | android:inputType="number" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/electric_ok" |