2019-09-18 22:29:09 +02:00
|
|
|
<FrameLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2021-03-25 11:49:22 +01:00
|
|
|
android:paddingHorizontal="16dp"
|
2019-09-18 22:29:09 +02:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<WebView
|
|
|
|
android:id="@+id/webview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:scrollbars="none" />
|
|
|
|
|
2021-03-25 11:49:22 +01:00
|
|
|
</FrameLayout>
|