| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dimen_title_height" |
| | | android:background="@drawable/title_bar_bg" |
| | | app:centerText="水表脉冲设置" |
| | | app:centerText="卡标识码设置" |
| | | app:leftImage="@mipmap/icon_back" /> |
| | | |
| | | |
| | |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginLeft="10dp" |
| | | android:hint="请选择卡类型" |
| | | android:text="@{data.getBuildYearStr}" |
| | | android:textColor="#000000" |
| | | android:textSize="18sp" /> |
| | | |
| | |
| | | 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" /> |
| | | |