Skip to content

Instantly share code, notes, and snippets.

@Suchiq
Last active May 3, 2020 10:51
Show Gist options
  • Save Suchiq/6aa10bec42a62fb18c1ae353038428b6 to your computer and use it in GitHub Desktop.
Save Suchiq/6aa10bec42a62fb18c1ae353038428b6 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rootView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@color/background_color">
<WebView
android:id="@+id/web_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</android.support.design.widget.CoordinatorLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment