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] 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…
-
Bitdefender Mobile Security v1.1.320 for Android CrackedBitdefender Mobile Security v1.1.320 for Android Cracked Details : Bitdefender Mobile Security is …
-
-
The Dark Knight Rises v1.0.5 ApkThe Dark Knight Rises v1.0.5 Apk Requirements: Android 2.2+ Overview: Become Batman and save Gotham…
-
New Star Soccer v1.15New Star Soccer v1.15 APK Google play Store Go To Adf.ly Start out in th…
-
How to play with Sixaxis AndroidThis doesn't wotk with every rooted Android phone. Sixaxis Controller uses special bluetooth pr…

Post a Comment
Post a Comment