Gallery view is not starting from left
问题 I am using Gallery like this <Gallery android:id="@+id/gallery1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="10dp" android:spacing="2dp" > </Gallery> but when I am running the code I am finding gallery starting from middle and I want to start it from left. what should I do for this please help me. 回答1: just set the selection of Gallery to next, which resemble that gallery is in Left position. Gallery mGallery= (Gallery) findViewById(R