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
-
Fruit Ninja v1.7.6 (Paid Version) Android Apk Game DownloadReal Racing 2 v000640 Requirements: Andorid 3.0+ Overview: REAL RACING 2 brings the thrills of …
-
Galaxy on Fire 2 - Valkyrie v1.0.4.9 (Paid Version) Android Apk Game DownloadGalaxy on Fire 2 - Valkyrie v1.0.4.9 Requirements: Android 2.3 Overview: An action sci fi space…
-
N.O.V.A. 3 - Near Orbit Vanguard Alliance v1.0.1 Offline (Paid Version) Android Apk Game DownloadN.O.V.A. 3 - Near Orbit Vanguard Alliance v1.0.1 Offline Requirements: Android 4.1.1+ Jelly Bean …
-
Chlory: The Ocean Guard 1.1.2 (Paid Version) Android Apk Game DownloadChlory: The Ocean Guard 1.1.2 Requirements: 2.1 and up Overview: ★ Ranking #2 (Game/Paid) in th…
-
Puffle Launch v1.0.1: Android latest games apk download free from mediafirePuffle Launch v1.0.1 is a very funny & enjoyable game for android phones. A high speed hero…
-
Babel Rising 3D v1.7.1 APKBabel Rising 3D v1.7.1 APK Google play Store Go To Adf.ly Your divine intervent…
-
Preview build of ADT 21 and of the SDK Tools, r21 releasedPreview 1 is mostly a bugfix release. It contains a number of bug fixes in various areas tha…

Post a Comment
Post a Comment