| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dimen_title_height" |
| | | android:background="@color/title_bar_bg" |
| | | app:centerText="读取卡片" |
| | | app:centerText="制作管理卡" |
| | | app:leftImage="@mipmap/icon_back" /> |
| | | |
| | | <ScrollView |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@id/titleBar" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="40dp" |
| | | android:gravity="center" |
| | | android:text="请将用户新卡贴在设备上进行读卡" |
| | | android:layout_marginRight="20dp" |
| | | android:text="第一步:刷卡制作管理卡" |
| | | android:textColor="@color/red" |
| | | android:textSize="@dimen/big_text_size" /> |
| | | android:textSize="19sp" /> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@id/titleBar" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginRight="20dp" |
| | | android:text="第二步:在控制器端刷卡" |
| | | android:textColor="@color/red" |
| | | android:textSize="19sp" /> |
| | | |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@id/titleBar" |
| | | android:layout_marginLeft="20dp" |
| | | android:layout_marginTop="10dp" |
| | | android:layout_marginRight="20dp" |
| | | android:text="第三步:点击下一步按钮转换为用户卡" |
| | | android:textColor="@color/red" |
| | | android:textSize="19sp" /> |
| | | |
| | | <ImageView |
| | | android:layout_width="match_parent" |
| | |
| | | app:indicatorColor="@color/title_bg" |
| | | app:indicatorName="BallClipRotatePulseIndicator" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/manager_next" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:background="@color/title_bg" |
| | | android:gravity="center" |
| | | android:text="下一步" |
| | | android:textColor="#000000" |
| | | android:textSize="@dimen/new_card_size" /> |
| | | </RelativeLayout> |