Files
2026-04-05 01:00:07 -05:00

20 lines
702 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">
<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>