| | |
| | | android:layout_marginTop="15dp" |
| | | android:text="卡状态:" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/red_addressCode" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="15dp" |
| | | android:text="地址编码:" |
| | | android:textSize="@dimen/text_size" /> |
| | | </LinearLayout> |
| | | |
| | | </ScrollView> |
| | |
| | | android:layout_below="@id/titleBar" |
| | | android:layout_marginTop="20dp" |
| | | android:gravity="center" |
| | | android:text="请将卡贴在设备上进行读卡" |
| | | android:text="请将卡贴在设备顶部进行读卡" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | |