21 lines
735 B
XML
21 lines
735 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_gravity="bottom"
|
|
android:background="@drawable/gj"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:elevation="16dp"
|
|
android:clipToOutline="true">
|
|
<WebView
|
|
android:id="@+id/a4u"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"/>
|
|
<ProgressBar
|
|
android:id="@+id/zh"
|
|
android:visibility="gone"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="4dp"
|
|
android:indeterminate="false"
|
|
style="?android:attr/progressBarStyleHorizontal"/>
|
|
</FrameLayout>
|