fauzie811

Untitled

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