Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.97 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <ScrollView
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    xmlns:app="http://schemas.android.com/apk/res-auto"
  5.    xmlns:tools="http://schemas.android.com/tools"
  6.    android:id="@+id/scrollView1"
  7.    android:layout_width="match_parent"
  8.    android:layout_height="match_parent"
  9.    android:fillViewport="true">
  10.  
  11.     <LinearLayout
  12.        android:id="@+id/box_Parent"
  13.        android:layout_width="match_parent"
  14.        android:layout_height="wrap_content"
  15.        android:orientation="vertical" >
  16.  
  17.         <Button
  18.            android:id="@+id/button3"
  19.            android:layout_width="match_parent"
  20.            android:layout_height="wrap_content"
  21.            android:text="Button" />
  22.  
  23.         <Button
  24.            android:id="@+id/button4"
  25.            android:layout_width="match_parent"
  26.            android:layout_height="wrap_content"
  27.            android:text="Button" />
  28.     </LinearLayout>
  29. </ScrollView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement