I am using gallery as below
<Gallery android:nextFocusUp="@+id/zoom_out"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/icon_gallery_plate" android:layout_width="fill_parent"
android:layout_height="wrap_content" android:spacing="10dip"
android:background="@drawable/browse_slider_bar"
android:unselectedAlpha="0.5" android:layout_alignBottom="@+id/layoutZoom"
/>
Problem is as i defined nextFocusup zoom out when i press up key while on the gallery it don't focus to zoom out.