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

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

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

revision 939 by torben, Mon Jun 28 09:49:12 2010 UTC revision 940 by torben, Mon Jun 28 14:12:41 2010 UTC
# Line 73  Line 73 
73                          android:layout_width="fill_parent"                          android:layout_width="fill_parent"
74                          android:layout_height="fill_parent"                          android:layout_height="fill_parent"
75                          android:layout_weight="1"                          android:layout_weight="1"
76                          android:text="^2" />                          android:text="x^2" />
77                    <Button
78                            android:id="@+id/btnpow"                
79                            android:layout_width="fill_parent"
80                            android:layout_height="fill_parent"
81                            android:layout_weight="1"
82                            android:text="x^y" />                  
83                  <Button                  <Button
84                          android:id="@+id/btnsqrt"                                        android:id="@+id/btnsqrt"              
85                          android:layout_width="fill_parent"                          android:layout_width="fill_parent"
86                          android:layout_height="fill_parent"                          android:layout_height="fill_parent"
87                          android:layout_weight="1"                          android:layout_weight="1"
88                          android:text="sqrt" />                                                                                    android:text="√" />
89                    <Button
90                            android:id="@+id/btnmroot"              
91                            android:layout_width="fill_parent"
92                            android:layout_height="fill_parent"
93                            android:layout_weight="1"
94                            android:text="x√y" />                
95                                                                                            
96          </LinearLayout>          </LinearLayout>
97                            
98          <LinearLayout          <LinearLayout

Legend:
Removed from v.939  
changed lines
  Added in v.940

  ViewVC Help
Powered by ViewVC 1.1.20