/[projects]/android/PicturePoster/res/layout/main.xml
ViewVC logotype

Annotation of /android/PicturePoster/res/layout/main.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 595 - (hide annotations) (download) (as text)
Sat Feb 20 12:44:43 2010 UTC (14 years, 3 months ago) by torben
File MIME type: text/xml
File size: 1682 byte(s)
First version of picturePoster
1 torben 595 <?xml version="1.0" encoding="utf-8"?>
2     <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:orientation="vertical"
4     android:layout_width="fill_parent"
5     android:layout_height="fill_parent"
6     >
7     <TextView
8     android:layout_width="fill_parent"
9     android:layout_height="wrap_content" android:text="PicturePoster" android:textSize="22sp"/>
10    
11     <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Title"></TextView>
12     <EditText android:layout_height="wrap_content" android:text="Title" android:layout_width="fill_parent" android:selectAllOnFocus="true" android:id="@+id/title"></EditText>
13     <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Note"></TextView>
14     <EditText android:layout_height="wrap_content" android:id="@+id/note" android:text="Note..." android:layout_weight="1" android:layout_width="fill_parent" android:gravity="top" android:selectAllOnFocus="true"></EditText>
15    
16     <LinearLayout android:id="@+id/LinearLayout01" android:layout_width="wrap_content" android:layout_height="wrap_content" android:orientation="horizontal"><Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:id="@+id/changePicture" android:text="Change Picture"></Button><ImageView android:id="@+id/picture" android:layout_height="64dp" android:layout_width="64dp" android:layout_gravity="center" android:adjustViewBounds="true"></ImageView></LinearLayout>
17    
18     <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="Submit" android:id="@+id/submit"></Button>
19     </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20