Home
› Uncategorized
With the custom LinearLayout (MyHorizontalLayout.java) in last exercise "Implement custom LinearLayout for Gallery-like HorizontalScrollView", it can be implement vertical Gallery-like ScrollView also.
Keep both MainActivity.java and MyHorizontalLayout.java of last exercise no change.
Modify the layout.
Keep both MainActivity.java and MyHorizontalLayout.java of last exercise no change.
Modify the layout.
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical"> <ScrollView android:layout_width="wrap_content" android:layout_height="fill_parent" > <com.example.androidhorizontalscrollviewgallery.MyHorizontalLayout android:id="@+id/mygallery" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="vertical" /> </ScrollView> </LinearLayout> -- Delivered by Feed43 service
Related Posts
There is no other posts in this category.Popular
-
Button Savior Pro (Root) v1.6.2b (Paid Version) Android Apk App DownloadButton Savior Pro (Root) v1.6.2b Requirements: Android 1.6 + / Rooted device Overview: If you a…
-
Majesty: Northern Expansion Full v.1.0.7 (Paid Version) Android Apk Game DownloadMajesty: Northern Expansion Full v.1.0.7 Requirements: Android 1.6+ Overview: “Majesty: The Nor…
-
Apply LruCache on GridViewThe example " Caching Bitmaps with LruCache " provide a example to Apply LruCache on G…
-
[Android] Modern Combat 3: Fallen Nation v1.0.1 APKModern Combat 3 , named as Fallen Nation, has returned with higher intensity and apocalyptic battle…
-
ezPDF Reader PDF Annotate Form v1.9.4.0 (Paid Version) Android Apk App DownloadezPDF Reader PDF Annotate Form v1.9.4.0 Requirements: Android OS 2.1+ Overview: Audio & Vid…
-
Radiant Defense v1.2.2Radiant Defense v1.2.2 Requirements: Android 2.2+ Android Apk Free Radiant Defense v1.2.2 Overvi…
-
Babel Rising 3D v1.7.1 APKPlay God Almighty in Babel Rising 3D to prevent the Babylonians from building the famous Babel …

Post a Comment
Post a Comment