activity_float_ball.xml 976 B

1234567891011121314151617181920212223242526
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. tools:context="com.kingcheergame.jqgamesdk.ball.FloatBallActivity">
  8. <!--<com.kingcheergame.jqgamesdk.view.CornersWebView-->
  9. <!--android:id="@id/float_ball_wv"-->
  10. <!--android:layout_width="@dimen/fragment_common_width"-->
  11. <!--android:layout_height="@dimen/fragment_common_height"-->
  12. <!--android:layout_centerInParent="true"-->
  13. <!--app:left_bottom="10dp"-->
  14. <!--app:left_top="10dp"-->
  15. <!--app:right_bottom="10dp"-->
  16. <!--app:right_top="10dp"/>-->
  17. <WebView
  18. android:id="@id/float_ball_wv"
  19. android:layout_width="@dimen/fragment_common_width"
  20. android:layout_height="@dimen/fragment_common_height"
  21. android:layout_centerInParent="true"/>
  22. </RelativeLayout>