jmautologin_4.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout 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="333dp"
  11. android:layout_height="200dp"
  12. android:background="@drawable/jm_auto_login_bg_4"
  13. android:orientation="vertical" >
  14. <LinearLayout
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:layout_gravity="center_horizontal"
  18. android:layout_marginTop="5dp"
  19. android:gravity="center_vertical"
  20. android:orientation="horizontal">
  21. <ImageView
  22. android:layout_width="40dp"
  23. android:layout_height="40dp"
  24. android:src="@drawable/jm_logo_4" />
  25. <TextView
  26. android:layout_width="wrap_content"
  27. android:layout_height="wrap_content"
  28. android:text="@string/auto_text_msg"
  29. android:textColor="@color/jmfont_white"
  30. android:textSize="17sp" />
  31. </LinearLayout>
  32. <TextView
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content"
  35. android:layout_gravity="center_horizontal"
  36. android:layout_marginTop="27dp"
  37. tools:text="m123456789"
  38. android:id="@+id/tvusername"
  39. android:textColor="@color/jm_yellow"
  40. android:textSize="17sp" />
  41. <TextView
  42. android:layout_width="wrap_content"
  43. android:layout_height="wrap_content"
  44. android:layout_gravity="center_horizontal"
  45. android:layout_marginTop="44dp"
  46. android:text="@string/auto_text_tip"
  47. android:textColor="@color/jmfont_white"
  48. android:textSize="8sp" />
  49. <TextView
  50. android:layout_width="133dp"
  51. android:layout_height="33dp"
  52. android:layout_gravity="center_horizontal"
  53. android:layout_marginTop="7dp"
  54. android:gravity="center"
  55. android:background="@drawable/jm_button_cancel_4"
  56. android:text="@string/auto_bt_msg"
  57. android:textColor="@color/jmfont_white"
  58. android:id="@+id/btbacklogin"
  59. android:textAllCaps="false"
  60. android:textSize="11sp" />
  61. </LinearLayout>
  62. </LinearLayout>