brsdk_webview.xml
807 字节
<?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_black75"
android:layout_margin="0dp"
android:gravity="top"
tools:layout_height="480dp"
tools:layout_width="match_parent"
tools:layout_gravity="bottom"
>
<include
android:layout_width="match_parent"
android:layout_height="wrap_content"
layout="@layout/brsdk_navigation"
android:layout_marginTop="-6dp"
/>
<com.brsdk.android.widget.BRWebView
android:id="@+id/brWebView"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</LinearLayout>