Home
› Uncategorized
by changing android:numColumns="1", the last exercise of "GridView" can be modified to a Gallery-like single column GridView.
<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="horizontal"> <GridView android:id="@+id/gridview" android:layout_width="130dp" android:layout_height="fill_parent" android:columnWidth="90dp" android:numColumns="1" android:verticalSpacing="10dp" android:horizontalSpacing="10dp" android:stretchMode="columnWidth" android:gravity="center" android:background="@android:color/background_dark"/> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:background="@android:color/background_light"> </LinearLayout> </LinearLayout> -- 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…
-
Elemental Knights Online RED v1.4.0ELEMENTAL KNIGHTS ONLINE is an anime-style MMORPG featuring borderless access and global entertainm…
-
Zombies, Run! v1.0.1You tie your shoes, put on your headphones, take your first steps outside. You’ve barely covered 10…
-
[Android] Kingdoms & Lords v1.3.2 APK + Data by GameloftKingdoms & Lords is the latest game released by Gameloft in the beginning of August 2012. In K…
-
[Android] Modern Combat 3: Fallen Nation v1.0.1 APKModern Combat 3 , named as Fallen Nation, has returned with higher intensity and apocalyptic battle…
-
Camera ZOOM FX v3.5.5 APKCamera ZOOM FX v3.5.5 Google play Store Go To Adf.ly The award-winning camera app for A…
-
[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…

Post a Comment
Post a Comment