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