bssdk_agentweb_error_page.xml 552 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@color/white"
  7. >
  8. <TextView
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent"
  11. android:text="出错啦! 点击空白处刷新 ~"
  12. android:textSize="22sp"
  13. android:gravity="center"
  14. android:textColor="#696969"
  15. />
  16. </LinearLayout>