| | |
| | | app:centerText="写卡" |
| | | app:leftImage="@mipmap/icon_back" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/cardData" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@id/titleBar" |
| | | android:gravity="center" |
| | | android:layout_marginTop="20dp" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/textView" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_below="@id/titleBar" |
| | | android:layout_below="@id/cardData" |
| | | android:layout_marginTop="20dp" |
| | | android:gravity="center" |
| | | android:text="请将卡贴在设备上进行写卡" |