jmautologin_6.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/linear"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:gravity="center"
  7. android:orientation="vertical"
  8. xmlns:tools="http://schemas.android.com/tools">
  9. <LinearLayout
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"
  12. android:orientation="vertical"
  13. android:gravity="center"
  14. >
  15. <ProgressBar
  16. android:id="@+id/progressBar1"
  17. android:layout_width="50dp"
  18. android:layout_height="50dp"
  19. android:layout_gravity="center_horizontal"
  20. android:indeterminateBehavior="repeat"
  21. android:indeterminateTint="@color/jmbtn6_red"
  22. android:indeterminateOnly="true" />
  23. </LinearLayout>
  24. <LinearLayout
  25. android:layout_width="333dp"
  26. android:layout_height="200dp"
  27. android:background="@drawable/jm_auto_login_bg_4"
  28. android:orientation="vertical"
  29. android:visibility="gone">
  30. <LinearLayout
  31. android:layout_width="wrap_content"
  32. android:layout_height="wrap_content"
  33. android:layout_gravity="center_horizontal"
  34. android:layout_marginTop="5dp"
  35. android:gravity="center_vertical"
  36. android:orientation="horizontal">
  37. <ImageView
  38. android:layout_width="40dp"
  39. android:layout_height="40dp"
  40. android:src="@drawable/jm_logo_4" />
  41. <TextView
  42. android:layout_width="wrap_content"
  43. android:layout_height="wrap_content"
  44. android:text="@string/auto_text_msg"
  45. android:textColor="@color/jmfont_white"
  46. android:textSize="17sp" />
  47. </LinearLayout>
  48. <TextView
  49. android:layout_width="wrap_content"
  50. android:layout_height="wrap_content"
  51. android:layout_gravity="center_horizontal"
  52. android:layout_marginTop="27dp"
  53. tools:text="m123456789"
  54. android:id="@+id/tvusername"
  55. android:textColor="@color/jm_yellow"
  56. android:textSize="17sp" />
  57. <TextView
  58. android:layout_width="wrap_content"
  59. android:layout_height="wrap_content"
  60. android:layout_gravity="center_horizontal"
  61. android:layout_marginTop="44dp"
  62. android:text="@string/auto_text_tip"
  63. android:textColor="@color/jmfont_white"
  64. android:textSize="8sp" />
  65. <TextView
  66. android:layout_width="133dp"
  67. android:layout_height="33dp"
  68. android:layout_gravity="center_horizontal"
  69. android:layout_marginTop="7dp"
  70. android:gravity="center"
  71. android:background="@drawable/jm_button_cancel_4"
  72. android:text="@string/auto_bt_msg"
  73. android:textColor="@color/jmfont_white"
  74. android:id="@+id/btbacklogin"
  75. android:textAllCaps="false"
  76. android:textSize="11sp" />
  77. </LinearLayout>
  78. </FrameLayout>