| | |
| | | android:layout_height="match_parent" |
| | | android:background="@color/white"> |
| | | |
| | | <androidx.appcompat.widget.Toolbar |
| | | |
| | | <com.dayu.baselibrary.view.TitleBar |
| | | android:id="@+id/titleBar" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dimen_title_height" |
| | | android:background="@color/bottom_color" |
| | | android:background="@color/title_bar_bg" |
| | | android:elevation="4dp" |
| | | app:layout_constraintTop_toTopOf="parent"> |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_gravity="center" |
| | | android:text="制卡" |
| | | android:textColor="@color/white" |
| | | android:textSize="@dimen/title_text_size" |
| | | android:textStyle="bold" /> |
| | | </androidx.appcompat.widget.Toolbar> |
| | | app:centerText="制卡" /> |
| | | |
| | | <ScrollView |
| | | android:layout_width="match_parent" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="8dp" |
| | | android:gravity="center" |
| | | android:text="新卡开户" |
| | | android:text="开卡" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | </LinearLayout> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="8dp" |
| | | android:gravity="center" |
| | | android:text="读取卡片" |
| | | android:text="读卡" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | </LinearLayout> |
| | |
| | | app:layout_constraintTop_toBottomOf="@+id/home_newCard"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/home_loss_LL" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center" |
| | |
| | | </androidx.cardview.widget.CardView> |
| | | |
| | | <androidx.cardview.widget.CardView |
| | | android:id="@+id/home_admin" |
| | | android:id="@+id/home_manage" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="8dp" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="8dp" |
| | | android:gravity="center" |
| | | android:text="管理系统" |
| | | android:text="制作管理卡" |
| | | android:textColor="@color/text_selecter_color" |
| | | android:textSize="@dimen/home_text_size" /> |
| | | </LinearLayout> |