/[projects]/android/Side9/res/layout/pictureoverview.xml
ViewVC logotype

Annotation of /android/Side9/res/layout/pictureoverview.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 790 - (hide annotations) (download) (as text)
Thu Jun 3 09:11:07 2010 UTC (13 years, 11 months ago) by torben
File MIME type: text/xml
File size: 437 byte(s)
First version with built-in image gallery
1 torben 790 <?xml version="1.0" encoding="utf-8"?>
2     <GridView xmlns:android="http://schemas.android.com/apk/res/android"
3     android:id="@+id/gridview"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     android:columnWidth="90dp"
7     android:numColumns="auto_fit"
8     android:verticalSpacing="10dp"
9     android:horizontalSpacing="10dp"
10     android:stretchMode="columnWidth"
11     android:gravity="center"
12     />

  ViewVC Help
Powered by ViewVC 1.1.20