Skip to content

Instantly share code, notes, and snippets.

@thaiall
Created August 1, 2017 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thaiall/3368a93b542548f2b9e9e175a50f4fe6 to your computer and use it in GitHub Desktop.
Save thaiall/3368a93b542548f2b9e9e175a50f4fe6 to your computer and use it in GitHub Desktop.
Android Studio : openweb
<?xml version="1.0" encoding="UTF-8"?>
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/webViewForm"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment