This commit is contained in:
18142669586
2022-07-20 16:57:42 +08:00
parent d150d8d599
commit 31cf3c4e71
13 changed files with 305 additions and 76 deletions

View File

@@ -1,16 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rootView"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingTop="36dp"
android:orientation="vertical">
android:paddingTop="36dp">
<LinearLayout
android:id="@+id/rootView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"/>
<ProgressBar
android:id="@+id/progressbar"
style="@android:style/Widget.ProgressBar.Horizontal"
android:layout_width="match_parent"
android:layout_height="3dp"
android:visibility="gone"
android:progressDrawable="@drawable/bg_horizontal_progressbar" />
</LinearLayout>
</RelativeLayout>