| | |
| | | <?xml version="1.0" encoding="utf-8"?> |
| | | <layout xmlns:android="http://schemas.android.com/apk/res/android" |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto"> |
| | | |
| | | xmlns:app="http://schemas.android.com/apk/res-auto" |
| | | xmlns:tools="http://schemas.android.com/tools"> |
| | | |
| | | <data> |
| | | |
| | | <variable |
| | | name="viewModel" |
| | | type="com.dayu.general.model.CardInfoModel" /> |
| | |
| | | <LinearLayout |
| | | android:id="@+id/data_layout" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@+id/titleBar" |
| | | android:orientation="vertical" |
| | | android:layout_height="wrap_content"> |
| | | android:visibility="gone"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:orientation="vertical" |
| | | android:layout_height="wrap_content"> |
| | | |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="卡号:" |
| | | android:textColor="#333333" |
| | | android:textSize="16sp"/> |
| | | android:textSize="16sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/card_number_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:text="@{viewModel.cardNumber}" |
| | | android:textColor="#333333" |
| | | android:textSize="16sp" |
| | | android:text="@{viewModel.cardNumber}"/> |
| | | android:textSize="16sp" /> |
| | | </LinearLayout> |
| | | |
| | | <LinearLayout |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="备注:" |
| | | android:textColor="#333333" |
| | | android:textSize="16sp"/> |
| | | android:textSize="16sp" /> |
| | | |
| | | <EditText |
| | | android:id="@+id/remark_et" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:background="@null" |
| | | android:hint="请输入备注信息" |
| | | android:textSize="16sp" |
| | | android:text="@={viewModel.remark}"/> |
| | | |
| | | android:text="@={viewModel.remark}" |
| | | android:textSize="16sp" /> |
| | | </LinearLayout> |
| | | |
| | | </LinearLayout> |
| | |
| | | </LinearLayout> |
| | | </androidx.cardview.widget.CardView> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/btn_next" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="56dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:layout_marginStart="16dp" |
| | | android:layout_marginEnd="16dp" |
| | | android:layout_marginBottom="16dp" |
| | | android:background="#4285F4" |
| | | android:gravity="center" |
| | | android:visibility="gone" |
| | | android:text="下一步" |
| | | android:textColor="#FFFFFF" |
| | | android:textSize="16sp" /> |
| | | |
| | | </RelativeLayout> |
| | | </layout> |