Updated dependencies and target sdk
This commit is contained in:
parent
d6b8ab936d
commit
8418977ccf
3 changed files with 10 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue