zzz_offlinegame_feedback.xml 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/zzz_local_page_bg">
  6. <RelativeLayout
  7. android:id="@+id/zzz_title"
  8. android:layout_width="match_parent"
  9. android:layout_height="@dimen/zzz_title_height"
  10. android:background="@color/zzz_title_color">
  11. <TextView
  12. android:id="@+id/zzz_title_name"
  13. android:layout_width="wrap_content"
  14. android:layout_height="match_parent"
  15. android:layout_centerVertical="true"
  16. android:layout_marginLeft="@dimen/zzz_second_title_back_marginLeft"
  17. android:drawableLeft="@drawable/zzz_back_src_light"
  18. android:drawablePadding="@dimen/zzz_second_title_back_marginRight"
  19. android:ellipsize="end"
  20. android:gravity="center_vertical"
  21. android:singleLine="true"
  22. android:text="@string/zzz_back_to_game"
  23. android:textColor="@color/zzz_title_text_color"
  24. android:textSize="@dimen/zzz_title_textsize"/>
  25. </RelativeLayout>
  26. <include
  27. android:layout_width="match_parent"
  28. android:layout_height="match_parent"
  29. android:layout_below="@id/zzz_title"
  30. layout="@layout/zzz_tab_viewpager_with_transparent_content"/>
  31. </RelativeLayout>