Keep both MainActivity.java and MyHorizontalLayout.java of last exercise no change.
Modify the layout.
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
android:layout_width="wrap_content"
android:layout_height="fill_parent" >
android:id="@+id/mygallery"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
/>
Related:
- GridView loading photos from SD Card


0 تعليقات