zzz_webview_page.xml 1.1 KB

12345678910111213141516171819202122232425262728293031
  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="@color/zzz_local_page_bg">
  6. <include
  7. android:id="@+id/zzz_title_layout"
  8. layout="@layout/zzz_second_title_layout"/>
  9. <include
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"
  12. android:layout_below="@id/zzz_title_layout"
  13. layout="@layout/zzz_load_helper_view"/>
  14. <include
  15. android:id="@+id/zzz_recharge_parent"
  16. android:layout_width="match_parent"
  17. android:layout_height="@dimen/zzz_rechange_btn_parent_height"
  18. android:layout_alignParentBottom="true"
  19. layout="@layout/zzz_recharge_panel"/>
  20. <include
  21. android:layout_width="fill_parent"
  22. android:layout_height="match_parent"
  23. android:layout_below="@id/zzz_title_layout"
  24. android:layout_above="@id/zzz_recharge_parent"
  25. layout="@layout/zzz_gn_webview"/>
  26. </RelativeLayout>