199f4bace372694fcccc5045a44138e2fe2f589c.svn-base 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:orientation="vertical"
  8. tools:context=".ui.home.FactoryOperatorActivity">
  9. <LinearLayout
  10. android:layout_marginTop="10dp"
  11. android:id="@+id/ll_read_card"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"
  14. android:orientation="vertical">
  15. <TextView
  16. android:layout_width="wrap_content"
  17. android:layout_height="wrap_content"
  18. android:text="将卡片贴于手机背面"
  19. android:textColor="@android:color/black"
  20. android:textSize="20sp"
  21. android:layout_gravity="center"
  22. android:layout_marginTop="30dp"/>
  23. <TextView
  24. android:layout_width="wrap_content"
  25. android:layout_height="wrap_content"
  26. android:text="移动卡片直到读卡成功"
  27. android:textSize="16sp"
  28. android:layout_gravity="center"
  29. android:layout_marginTop="15dp"/>
  30. <ImageView
  31. android:layout_marginTop="30dp"
  32. android:layout_width="wrap_content"
  33. android:layout_height="wrap_content"
  34. android:layout_gravity="center_horizontal"
  35. android:src="@mipmap/nfc_read_card"/>
  36. </LinearLayout>
  37. </LinearLayout>