| | |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:background="#F5F7FA"> |
| | | android:background="@color/base_list_bg"> |
| | | |
| | | <com.dayu.baselibrary.view.TitleBar |
| | | android:id="@+id/titleBar" |
| | |
| | | </androidx.cardview.widget.CardView> |
| | | |
| | | <ScrollView |
| | | android:id="@+id/center_scroll" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0dp" |
| | | android:fillViewport="true" |
| | | android:scrollbars="none" |
| | | android:visibility="gone" |
| | | app:layout_constraintBottom_toTopOf="@+id/newCard_registBtn" |
| | | android:visibility="visible" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintTop_toBottomOf="@+id/titleBar"> |
| | | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:padding="16dp"> |
| | | android:paddingBottom="16dp" |
| | | android:paddingLeft="16dp" |
| | | android:paddingRight="16dp" |
| | | android:paddingTop="10dp"> |
| | | |
| | | <androidx.cardview.widget.CardView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="16dp" |
| | | android:layout_marginBottom="10dp" |
| | | app:cardCornerRadius="8dp" |
| | | app:cardElevation="2dp"> |
| | | |
| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="16dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:text="基本信息" |
| | | android:textColor="#333333" |
| | | android:textSize="18sp" |
| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:layout_marginBottom="6dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="120dp" |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="卡号:" |
| | | android:textColor="#666666" |
| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:layout_marginBottom="6dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="120dp" |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="姓名:" |
| | | android:textColor="#666666" |
| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:layout_marginBottom="6dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="120dp" |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="身份证号:" |
| | | android:textColor="#666666" |
| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:layout_marginBottom="5dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="120dp" |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="农户编号:" |
| | | android:textColor="#666666" |
| | |
| | | <androidx.cardview.widget.CardView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="16dp" |
| | | android:layout_marginBottom="10dp" |
| | | app:cardCornerRadius="8dp" |
| | | app:cardElevation="2dp"> |
| | | |
| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="16dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:text="费用信息" |
| | | android:textColor="#333333" |
| | | android:textSize="18sp" |
| | |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="120dp" |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="工本费:" |
| | | android:textColor="#666666" |
| | |
| | | android:background="@null" |
| | | android:hint="请输入工本费(选填)" |
| | | android:inputType="numberDecimal" |
| | | android:padding="12dp" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | </LinearLayout> |
| | |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="120dp" |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="充值金额:" |
| | | android:textColor="#666666" |
| | |
| | | android:background="@null" |
| | | android:hint="请输入充值金额(选填)" |
| | | android:inputType="numberDecimal" |
| | | android:padding="12dp" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | </LinearLayout> |
| | |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="12dp" |
| | | android:layout_marginBottom="5dp" |
| | | android:gravity="center_vertical" |
| | | android:orientation="horizontal"> |
| | | |
| | | <TextView |
| | | android:layout_width="120dp" |
| | | android:layout_width="105dp" |
| | | android:layout_height="wrap_content" |
| | | android:text="备注:" |
| | | android:textColor="#666666" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:background="@null" |
| | | android:hint="请输入备注(选填)" |
| | | android:padding="12dp" |
| | | android:textColor="#333333" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | </LinearLayout> |
| | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="16dp" |
| | | android:layout_marginBottom="10dp" |
| | | android:text="支付方式" |
| | | android:textColor="#333333" |
| | | android:textSize="18sp" |
| | |
| | | </RadioGroup> |
| | | </LinearLayout> |
| | | </androidx.cardview.widget.CardView> |
| | | <TextView |
| | | android:id="@+id/newCard_registBtn" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="56dp" |
| | | android:layout_marginTop="15dp" |
| | | android:background="@color/bottom_color" |
| | | android:visibility="visible" |
| | | android:gravity="center" |
| | | android:text="确认开卡" |
| | | android:textColor="#FFFFFF" |
| | | android:textSize="16sp" /> |
| | | </LinearLayout> |
| | | </ScrollView> |
| | | |
| | | <TextView |
| | | android:id="@+id/newCard_registBtn" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="56dp" |
| | | android:layout_margin="16dp" |
| | | android:background="#4285F4" |
| | | android:visibility="gone" |
| | | android:gravity="center" |
| | | android:text="确认开卡" |
| | | android:textColor="#FFFFFF" |
| | | android:textSize="16sp" |
| | | app:layout_constraintBottom_toBottomOf="parent" /> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |