<ImageView android:id="@+id/home_right_arrow"
android:layout_width="13.0dip"
android:layout_height="13.0dip"
android:layout_marginTop="40.0dip"
android:layout_marginRight="2.0dip"
android:src="@drawable/android_list_idex"
android:layout_alignParentRight="true" />
<Gallery android:id="@+id/home_best_gallery"
android:gravity="left|center"
android:orientation="vertical"
android:layout_centerVertical="true"
android:drawingCacheQuality="high"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="2.0dip"
android:layout_marginTop="5.0dip"
android:layout_marginRight="2.0dip"
android:layout_marginBottom="5.0dip"
android:spacing="2.0dip"
android:layout_toLeftOf="@id/home_right_arrow"
android:layout_toRightOf="@id/home_left_arrow"
android:unselectedAlpha="1.0" />
</RelativeLayout>
<ImageView android:id="@+id/home_gallery_select_arrow"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="1.0dip"
android:layout_marginRight="1.0dip"
android:layout_below="@id/home_gallery_best" />