zzz_gn_webview.xml 670 B

123456789101112131415
  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:layout_gravity="center">
  6. <com.gionee.gamesdk.business.core.pulltorefresh.PullToRefreshWebView
  7. android:id="@+id/zzz_page_webview"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"/>
  10. <View
  11. android:layout_width="match_parent"
  12. android:layout_height="@dimen/zzz_title_gradient_height"
  13. android:background="@drawable/zzz_title_gradient"/>
  14. </RelativeLayout>