View difference between Paste ID: tbZiS0we and tN0EDV8N
SHOW: | | - or go back to the newest paste.
1
<?xml version="1.0" encoding="utf-8"?>
2
<ScrollView
3
    xmlns:android="http://schemas.android.com/apk/res/android"
4-
    android:layout_width="fill_parent"
4+
    android:layout_width="match_parent"
5-
    android:layout_height="fill_parent"
5+
    android:layout_height="match_parent">
6
7
<LinearLayout
8
    android:layout_width="match_parent"
9-
    android:layout_width="wrap_content"
9+
10
    android:orientation="vertical">
11-
    android:scrollbars="vertical" >
11+
12
    <ImageView
13
        android:layout_width="match_parent"
14-
        android:layout_width="wrap_content"
14+
15
        android:src="@drawable/daftarpustaka"
16
        android:background="#ff5eceff" />
17-
        android:layout_gravity="top"
17+
18
</LinearLayout>
19
20
</ScrollView>