jmautologin_p.xml 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. <LinearLayout
  9. android:layout_width="340dp"
  10. android:layout_height="360dp"
  11. android:background="@drawable/jmautologinb"
  12. android:orientation="vertical" >
  13. <ImageView
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:layout_gravity="center_horizontal"
  17. android:layout_marginTop="10dp"
  18. android:background="@drawable/jm_auto_logo" />
  19. <TextView
  20. android:layout_width="wrap_content"
  21. android:layout_height="wrap_content"
  22. android:layout_gravity="center_horizontal"
  23. android:layout_marginTop="10dp"
  24. android:padding="5sp"
  25. android:text="@string/auto_text_msg"
  26. android:textColor="@color/jmfont_white"
  27. android:textSize="22sp" />
  28. <TextView
  29. android:layout_width="wrap_content"
  30. android:layout_height="wrap_content"
  31. android:layout_gravity="center_horizontal"
  32. android:layout_marginTop="10dp"
  33. android:padding="5sp"
  34. android:text="m123456789"
  35. android:id="@+id/tvusername"
  36. android:textColor="@color/jmfont_white"
  37. android:textSize="22sp" />
  38. <TextView
  39. android:layout_width="wrap_content"
  40. android:layout_height="wrap_content"
  41. android:layout_gravity="center_horizontal"
  42. android:layout_marginTop="10dp"
  43. android:padding="5sp"
  44. android:text="@string/auto_text_tip"
  45. android:textColor="@color/jmfont_white"
  46. android:textSize="16sp" />
  47. <Button
  48. android:layout_width="180dp"
  49. android:layout_height="45dp"
  50. android:layout_gravity="center_horizontal"
  51. android:layout_marginTop="20dp"
  52. android:background="@drawable/jm_backlogin_btn"
  53. android:text="@string/auto_bt_msg"
  54. android:textColor="@color/jmfont_blues"
  55. android:id="@+id/btbacklogin"
  56. android:textSize="18sp" />
  57. </LinearLayout>
  58. </LinearLayout>