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] Asphalt 6 Adrenaline HD v1.0.8 APK by GameloftWith Asphalt 6: Adrenaline HD on your Android, you can race the world, feel the adrenaline and en…
-
-
Apple iPhone 5 FeaturesIf we believe the rumours, Apple's next generation phone, iPhone 5 will be launched in October…
-
Airport Mania 2 : Wild Trips v1.1.8APK | alternative link
-
New Star Soccer v1.15New Star Soccer v1.15 APK Google play Store Go To Adf.ly Start out in th…
-
Broken Sword : Director's Cut v1.5 (Paid Version) Android Apk Game DownloadThe Dark Knight Rises v1.0.6 Offline/Mod(No Need Root) Requirements: Android 2.2 and up Overview…
-
Smart Optimization Box Pro v1.0.1 ApkSmart Optimization Box Pro v1.0.1 Apk Requirements: Android 2.2 and up Overview: Make your smart ph…

Post a Comment
Post a Comment