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
-
Airport Mania 2 : Wild Trips v1.1.8APK | alternative link
-
Call of Mini : Zombie v1.0Recommended to play! A SMALL TOWN INFECTED… UNDEAD ROAM the STREETS… LOCK 'n' LOAD and come…
-
How To: Copy And Paste In Android Mobile'>The copy, cut, paste and select the features Android has many nuances. In this how-to, we will foc…
-
TNA Wrestling iMPACT v1.0.2 (Paid Version) Android Apk Game DownloadTNA Wrestling iMPACT v1.0.2 Requirements: 2.0.1 Strike, stomp, grapple and throw your way to t…
-
New Star Soccer v1.15New Star Soccer v1.15 APK Google play Store Go To Adf.ly Start out in th…
-
Ball Maze v1.0.1 (Paid Version) Android Apk Game DownloadBall Maze v1.0.1 Requirements: Android 2.1+ Overview: Ball Maze is a fun, simple yet captivating ga…
-
The Adventures of Tintin HD v1.0.3 Apk Game'>The Adventures of Tintin HD v1.0.3 Overview: Relive Tintin’s adventures in the official game of the…

Post a Comment
Post a Comment