yyrh_auto_login_dialog.xml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="350dp"
  4. android:layout_height="144dp"
  5. android:id="@+id/yyrh_auto_login_dialog"
  6. android:background="@drawable/yyrh_radius_white_1dp"
  7. android:orientation="vertical">
  8. <LinearLayout
  9. android:layout_width="wrap_content"
  10. android:layout_height="wrap_content"
  11. android:layout_marginTop="20dp"
  12. android:layout_gravity="center_horizontal">
  13. <ImageView
  14. android:layout_width="26dp"
  15. android:layout_height="26dp"
  16. android:id="@+id/yyrh_autoLogin_icon"
  17. android:background="@mipmap/yyrh_loading"/>
  18. <TextView
  19. android:layout_width="wrap_content"
  20. android:layout_height="wrap_content"
  21. android:id="@+id/yyrh_autoLogin_text"
  22. android:layout_marginLeft="10dp"
  23. android:textSize="14dp"
  24. android:layout_gravity="center_vertical"
  25. android:text="@string/yyrh_autologin_text"/>
  26. </LinearLayout>
  27. <LinearLayout
  28. android:layout_width="wrap_content"
  29. android:layout_height="wrap_content"
  30. android:layout_gravity="center_horizontal"
  31. android:layout_marginTop="20dp">
  32. <Button
  33. android:id="@+id/yyrh_autoLogin_cancel_Btn"
  34. android:layout_width="165dp"
  35. android:layout_height="40dp"
  36. android:background="@drawable/yyrh_radius_main_color_bg"
  37. android:text="@string/yyrh_autologin_cancel"
  38. android:textSize="16dp"
  39. android:textColor="@color/yyrh_white"></Button>
  40. </LinearLayout>
  41. </LinearLayout>