Advertisement
Noah-Huppert

Untitled

Jan 2nd, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.75 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:layout_width="match_parent" android:layout_height="match_parent">
  4.  
  5.     <RelativeLayout
  6.        android:layout_width="match_parent"
  7.        android:layout_height="match_parent">
  8.  
  9.         <android.support.v7.widget.Toolbar
  10.            android:id="@+id/toolbar"
  11.            android:layout_width="match_parent"
  12.            android:layout_height="wrap_content"
  13.            android:minHeight="?attr/actionBarSize" />
  14.  
  15.         <WebView
  16.            android:layout_width="wrap_content"
  17.            android:layout_height="wrap_content"
  18.            android:layout_below="@+id/toolbar"></WebView>
  19.     </RelativeLayout>
  20.  
  21. </ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement