zzz_wanka_webview.xml 906 B

12345678910111213141516171819202122232425
  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. android:orientation="vertical">
  7. <include
  8. android:id="@+id/zzz_title"
  9. layout="@layout/zzz_second_title_layout"/>
  10. <include
  11. android:layout_width="match_parent"
  12. android:layout_height="match_parent"
  13. android:layout_below="@id/zzz_title"
  14. layout="@layout/zzz_load_helper_view"/>
  15. <com.gionee.webviewagent.core.GioneeWebView
  16. android:id="@+id/zzz_webview"
  17. android:layout_width="match_parent"
  18. android:layout_height="match_parent"
  19. android:layout_below="@id/zzz_title"
  20. android:overScrollMode="never"/>
  21. </RelativeLayout>