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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1518 by torben, Tue Apr 26 18:48:50 2011 UTC revision 1519 by torben, Wed Jun 15 20:18:18 2011 UTC
# Line 4  Line 4 
4      android:layout_width="fill_parent"      android:layout_width="fill_parent"
5      android:layout_height="fill_parent"      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    <TextView  
15            android:id="@+id/internet"
16      android:layout_width="fill_parent"      android:layout_width="fill_parent"
17      android:layout_height="wrap_content"      android:layout_height="wrap_content"
     android:text="@string/hello"  
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>  </LinearLayout>

Legend:
Removed from v.1518  
changed lines
  Added in v.1519

  ViewVC Help
Powered by ViewVC 1.1.20