2011-08-08 8 views
0

여러 행을 가진 갤러리를 갖고 싶습니다. (그림은 웹에서 번호가 동적 이도록 숫자가 역동적입니다) 갤러리를 사용하려고했지만 중심에 나타나고 모두 같은 행에 나타납니다 나는 t는 관련이 기능여러 행에 그림을 표시하는 방법 android

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
android:layout_width="fill_parent" android:layout_height="fill_parent" 
android:orientation="vertical"> 
<Gallery xmlns:android="http://schemas.android.com/apk/res/android" 
    android:id="@+id/Gallery" android:layout_width="fill_parent" 
android:layout_height="fill_parent" /> 
    </LinearLayout> 

당신

답변

관련 문제