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.
Related:
- GridView loading photos from SD Card
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> Related:
- GridView loading photos from SD Card
-- Delivered by Feed43 service
Related Posts
There is no other posts in this category.Popular
-
[Android] Street Fighter 4 HD v1.0 Mod (Apk + Data)Street Fighter 4 , the true fighting game on PS3 and PC, is now available on iPhones as well as And…
-
RPG Aeon Avenger - KEMCO v1.1.1The story of revenge across three eras – past, present, and future – starts now! Long ago, gods gov…
-
Elemental Knights Online RED v1.4.0ELEMENTAL KNIGHTS ONLINE is an anime-style MMORPG featuring borderless access and global entertainm…
-
[Android] Modern Combat 3: Fallen Nation v1.0.1 APKModern Combat 3 , named as Fallen Nation, has returned with higher intensity and apocalyptic battle…
-
[Android] Metal Slug 3 v1.4 APK + Data [mediafire]Metal Slug 3 v1.4 is an updated version of metal slug released in Aug 21 2012. The legendary NEOGE…
-
File Expert 4.1.8 APKFile Expert 4.1.8 APK Requires Android: 2.0 o later Powerful File Manager/WIFI File Transfer Web &…
-
Easy App Lock - Manager v1.0.3 AdFree ApkEasy App Lock - Manager v1.0.3 AdFree Apk App Requirements: Android v2.1+ Overview: Easy App Manage…

Post a Comment
Post a Comment