Skip to content

Instantly share code, notes, and snippets.

@Suchiq
Created May 4, 2020 17:14
Show Gist options
  • Save Suchiq/14ccf410b98b3c06375b332cae4b3f42 to your computer and use it in GitHub Desktop.
Save Suchiq/14ccf410b98b3c06375b332cae4b3f42 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rootView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:orientation="vertical">
<WebView
android:id="@+id/manager_web_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</RelativeLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment