zzz_unnetwork.xml 1.3 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/zzz_unnetwork"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:layout_gravity="center"
  7. android:background="@color/zzz_local_page_bg"
  8. android:visibility="gone">
  9. <ImageView
  10. android:id="@+id/zzz_unnetwork_icon"
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13. android:layout_centerHorizontal="true"
  14. android:contentDescription="@string/zzz_empty_message"
  15. android:layout_marginTop="@dimen/zzz_exception_margin_top"
  16. android:src="@drawable/zzz_dialog_theme_exception"/>
  17. <TextView
  18. android:id="@+id/zzz_exception_discription"
  19. android:layout_width="wrap_content"
  20. android:layout_height="wrap_content"
  21. android:layout_below="@id/zzz_unnetwork_icon"
  22. android:layout_centerHorizontal="true"
  23. android:layout_marginTop="@dimen/zzz_exception_discription_margin_top"
  24. android:text="@string/zzz_exception_discription"
  25. android:textColor="@color/zzz_unnetwork_word_color"
  26. android:textSize="@dimen/zzz_unnetwork_word_size"/>
  27. </RelativeLayout>