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
- 
Legendary Heroes v1.1.0Dota-like game! APK + Data Titanium Backup
 - 
Pocket Yoga v1.0.6Your personal yoga instructor, everywhere you go.The practice of yoga becomes beneficial when done …
 - 
How To Find And Install Applications Outside The Android Market (APK Tips)'>Android Market, home to tens of thousands of applications, is an amazing resource. However, it is n…
 - 
 - 
Ripple Lock v1.6Ripple Lock v1.6 Requirements: for Android version 2.1 and higher Overview: Is still envy of the br…
 - 
PicoBrothers YouTube Downloader v2.2.2 BetaPicoBrothers YouTube Downloader v2.2.2 Beta Support/Info: S60v5/S^3 Signed Details: YouTube Downloa…
 - 
No Root Shakeshot Screenshot 1.0No Root Shakeshot Screenshot 1.0 APK Google play Store Go To Adf.ly ShakeShot Scr…
 

Post a Comment
Post a Comment