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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1519 - (hide annotations) (download) (as text)
Wed Jun 15 20:18:18 2011 UTC (12 years, 11 months ago) by torben
File MIME type: text/xml
File size: 666 byte(s)
one more step
1 torben 1395 <?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 torben 1519
8     <TextView
9     android:id="@+id/saldo"
10     android:layout_width="fill_parent"
11     android:layout_height="wrap_content"
12     />
13    
14 torben 1395 <TextView
15 torben 1519 android:id="@+id/internet"
16 torben 1395 android:layout_width="fill_parent"
17     android:layout_height="wrap_content"
18     />
19 torben 1519
20     <Button
21     android:id="@+id/button"
22     android:layout_width="fill_parent"
23     android:layout_height="wrap_content"
24     android:text="Fetch"
25     />
26    
27 torben 1395 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20