brsdk_control.xml
669 字节
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
style="@style/brsdk_layout_root"
android:background="@color/brsdk_white"
android:padding="0dp"
android:layout_margin="0dp"
android:gravity="top"
tools:layout_width="match_parent"
tools:layout_height="480dp"
tools:layout_gravity="bottom"
>
<com.brsdk.android.widget.BRWebView
android:id="@+id/brWebView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
/>
</LinearLayout>