com_tencent_ysdk_icon_errerpage.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="fill_parent"
  5. android:background="@drawable/com_tencent_ysdk_icon_bg_corner"
  6. >
  7. <TextView
  8. android:id="@+id/com_tencent_ysdk_icon_error_title"
  9. android:layout_width="fill_parent"
  10. android:layout_height="37dp"
  11. android:background="#f68a25"
  12. android:text="@string/error_title"
  13. android:textColor="#ffffff"
  14. android:textSize="15sp"
  15. android:gravity="center"
  16. />
  17. <LinearLayout
  18. android:layout_width="match_parent"
  19. android:layout_height="match_parent"
  20. android:orientation="vertical"
  21. android:layout_gravity="fill_vertical"
  22. android:gravity="center"
  23. >
  24. <ImageView
  25. android:layout_below="@id/com_tencent_ysdk_icon_error_title"
  26. android:layout_marginTop="45dp"
  27. android:id="@+id/com_tencent_ysdk_icon_error_icon"
  28. android:layout_width="wrap_content"
  29. android:layout_height="wrap_content"
  30. android:gravity="center"
  31. android:background="@drawable/com_tencent_ysdk_icon_errorpageicon"
  32. />
  33. <TextView
  34. android:id="@+id/com_tencent_ysdk_icon_error_word"
  35. android:layout_width="wrap_content"
  36. android:layout_height="wrap_content"
  37. android:text="@string/error_word"
  38. android:layout_below="@id/com_tencent_ysdk_icon_error_icon"
  39. android:layout_marginTop="12dp"
  40. android:textSize="13sp"
  41. android:textColor="#939393"
  42. />
  43. <Button
  44. android:id="@+id/com_tencent_ysdk_icon_fresh_btn"
  45. android:layout_height="wrap_content"
  46. android:layout_width="wrap_content"
  47. android:minHeight="35dp"
  48. android:layout_below="@id/com_tencent_ysdk_icon_error_word"
  49. android:layout_marginTop="20dp"
  50. android:padding="10dp"
  51. android:gravity="center"
  52. android:text="@string/disconnected_setting"
  53. android:textColor="#00a3ef"
  54. android:textSize="14sp"
  55. android:background="@drawable/com_tencent_ysdk_icon_common_errorpage_btn_selector" />
  56. </LinearLayout>
  57. </RelativeLayout><!-- From: file:/data1/rdm/projects/18500/ysdk/src/main/res/layout/com_tencent_ysdk_icon_errerpage.xml -->