0
複数の行を持つギャラリーを作成したい(写真はウェブ上にあるので数字は動的なので) ギャラリーを使用しようとしましたが、 、私はtは点をatributes知っているドンこの機能複数の行に写真を表示する方法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>
はたぶんあなたの代わりにGridViewコントロールを使用する必要が
はい:ありがとうございました –
あなたが探しているものなら、受け入れられたものとしてマークすることを検討してください。 – Im0rtality