Guest User

Source Layout ScrollView

a guest
Dec 29th, 2014
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout
  3.    xmlns:android="http://schemas.android.com/apk/res/android"
  4.    android:layout_width="fill_parent"
  5.    android:layout_height="fill_parent"
  6.    android:orientation="vertical">
  7.  
  8. <ScrollView
  9.    android:layout_width="wrap_content"
  10.    android:layout_height="wrap_content"
  11.    android:scrollbars="vertical" >
  12.  
  13.     <ImageView
  14.        android:layout_width="wrap_content"
  15.        android:layout_height="wrap_content"
  16.        android:src="@drawable/daftarpustaka"
  17.        android:layout_gravity="top"
  18.        android:background="#ff5eceff" />
  19.  
  20.  
  21. </ScrollView>
  22.  
  23. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment