<ScrollView xmlns:android="
http://schemas.android.com/apk/res/android"
android:id="@+id/scroll"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="8dp"
android:orientation="vertical">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="
@drawable/theshawshankredemption" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="
@string/theshawshankredemption" />
<Button
android:id="@+id/buttonShaws"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:onClick="onClickStartShaws"
android:text="
@string/details" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="
@drawable/transformers" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="
@string/transformers" />
<Button
android:id="@+id/buttonTransformers"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="
@string/details" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="
@drawable/robinhood" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="
@string/robinHood" />
<Button
android:id="@+id/buttonRobinhood"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="
@string/details" />
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="
@drawable/terminator" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="
@string/terminator" />
<Button
android:id="@+id/buttonTerminator"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="
@string/details" />
</LinearLayout>
</ScrollView>