jmautologin_6.xml 3.5 KB

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