1234567891011121314151617181920212223242526 |
- <?xml version="1.0" encoding="utf-8"?>
- <RelativeLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context="com.kingcheergame.jqgamesdk.ball.FloatBallActivity">
- <!--<com.kingcheergame.jqgamesdk.view.CornersWebView-->
- <!--android:id="@id/float_ball_wv"-->
- <!--android:layout_width="@dimen/fragment_common_width"-->
- <!--android:layout_height="@dimen/fragment_common_height"-->
- <!--android:layout_centerInParent="true"-->
- <!--app:left_bottom="10dp"-->
- <!--app:left_top="10dp"-->
- <!--app:right_bottom="10dp"-->
- <!--app:right_top="10dp"/>-->
- <WebView
- android:id="@id/float_ball_wv"
- android:layout_width="@dimen/fragment_common_width"
- android:layout_height="@dimen/fragment_common_height"
- android:layout_centerInParent="true"/>
- </RelativeLayout>
|