forked from github/szkolny
14 lines
385 B
XML
14 lines
385 B
XML
<FrameLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:paddingHorizontal="16dp"
|
|
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" />
|
|
|
|
</FrameLayout>
|