Changeset 8 for trunk/TagTracker/res/layout
- Timestamp:
- 05/04/12 22:58:31 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TagTracker/res/layout/main.xml
r6 r8 16 16 <ToggleButton 17 17 android:id="@+id/status" 18 android:layout_width="match_parent" 19 android:layout_height="200dp" 20 android:layout_marginLeft="20dp" 21 android:layout_marginRight="20dp" 22 android:layout_alignParentLeft="true" 18 android:layout_width="150dp" 19 android:layout_height="150dp" 23 20 android:layout_centerVertical="true" 21 android:layout_centerHorizontal="true" 24 22 android:onClick="onToggleClicked" 25 23 android:textOff="START"
Note: See TracChangeset
for help on using the changeset viewer.