From b822609df8895931afd652323370c51140636d62 Mon Sep 17 00:00:00 2001 From: Tharun kumar <cb.en.u4cse17419@cb.students.amrita.edu> Date: Mon, 20 Apr 2020 18:39:09 +0530 Subject: [PATCH] Upload New File --- activity_webview.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 activity_webview.xml diff --git a/activity_webview.xml b/activity_webview.xml new file mode 100644 index 0000000..1ca7520 --- /dev/null +++ b/activity_webview.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="utf-8"?> +<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + tools:context=".Webview"> + <WebView + android:layout_width="fill_parent" + android:layout_height="fill_parent" + android:id="@+id/webView" + android:layout_alignParentTop="true" + android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" + android:layout_alignParentBottom="true" + android:layout_alignParentRight="true" + android:layout_alignParentEnd="true" /> +</RelativeLayout> \ No newline at end of file -- GitLab