Advertisement
Guest User

activity_main.xml

a guest
Aug 8th, 2017
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.62 KB | None | 0 0
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2.    xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
  3.    android:layout_height="match_parent"
  4.    tools:context=".MainActivity">
  5.  
  6.     <WebView
  7.        android:layout_width="fill_parent"
  8.        android:layout_height="fill_parent"
  9.        android:id="@+id/webView"
  10.        android:layout_alignParentLeft="true"
  11.        android:layout_alignParentStart="true"
  12.        android:layout_alignParentTop="true"
  13.        android:layout_alignParentRight="true"
  14.        android:layout_alignParentEnd="true" />
  15. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement