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
-
Twitter v3.1.1 for AndroidTwitter v3.1.1 for Android Official Twitter app for Android. Follow your interests: instant updates…
-
Jelly Bean Keyboard PRO v1.4.4Jelly Bean Keyboard PRO v1.4.4 APK Google play Store Go To Adf.ly PRO Only featur…
-
Tap Sonic 1.0.9!Stop using this version! New and updated version click here APK (1.09) Data_1 Data_2 Data_3 3 So…
-
iWindows v1.51 S60v5iWindows v1.51 S60v5 Support/Info : Symbian^1^3 Anna Belle UnSigned Retail by DSPDA™ Details : iWin…
-
Espier Launcher for Android PhoneEspier Launcher for Android Phone You're feeling bored with the theme and launcher your Android…
-
Android Apps with EclipseEclipse is the most adopted integrated development environment (IDE) for Java programmers. And, now…
-
FriendCaster Pro for Facebook v4.2.0.1FriendCaster Pro for Facebook v4.2.0.1 Requirements: Android 1.6+ Overview: The best Facebook exper…
Post a Comment
Post a Comment