/[projects]/android/TrainInfo/res/layout/shortcut.xml
ViewVC logotype

Diff of /android/TrainInfo/res/layout/shortcut.xml

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

revision 1002 by torben, Tue May 18 14:02:13 2010 UTC revision 1003 by torben, Mon Aug 2 20:15:12 2010 UTC
# Line 69  Line 69 
69                  android:layout_height="wrap_content">                  android:layout_height="wrap_content">
70                                    
71          <Button android:id="@+id/shortcut_ok"          <Button android:id="@+id/shortcut_ok"
72                  android:layout_width="wrap_content"                  android:layout_width="0dp"
73                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
74                  android:layout_weight="1"                  android:layout_weight="1"
75                  android:text="Ok"/>                  android:text="Ok"/>
76                                    
77          <Button android:id="@+id/shortcut_cancel"          <Button android:id="@+id/shortcut_cancel"
78                  android:layout_width="wrap_content"                  android:layout_width="0dp"
79                  android:layout_height="wrap_content"                  android:layout_height="wrap_content"
80                  android:layout_weight="1"                  android:layout_weight="1"
81                  android:text="@string/generic_cancel"                  android:text="@string/generic_cancel"

Legend:
Removed from v.1002  
changed lines
  Added in v.1003

  ViewVC Help
Powered by ViewVC 1.1.20