1
0
Fork 0

Updated dependencies and target sdk

This commit is contained in:
nin0dev 2024-03-20 07:35:28 -04:00
parent d6b8ab936d
commit 8418977ccf
3 changed files with 10 additions and 6 deletions

View file

@ -4,8 +4,11 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".MainActivity">
<ProgressBar android:indeterminate="true" android:layout_width="40dp"
android:layout_height="40dp" android:layout_centerInParent="true" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"></LinearLayout>
<WebView
android:id="@+id/webview"