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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1519 - (show 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 <?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
8 <TextView
9 android:id="@+id/saldo"
10 android:layout_width="fill_parent"
11 android:layout_height="wrap_content"
12 />
13
14 <TextView
15 android:id="@+id/internet"
16 android:layout_width="fill_parent"
17 android:layout_height="wrap_content"
18 />
19
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 </LinearLayout>

  ViewVC Help
Powered by ViewVC 1.1.20