Changeset 8 for trunk/TagTracker/res


Ignore:
Timestamp:
05/04/12 22:58:31 (13 years ago)
Author:
jelledj
Message:

button testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TagTracker/res/layout/main.xml

    r6 r8  
    1616    <ToggleButton
    1717        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"
    2320        android:layout_centerVertical="true"
     21        android:layout_centerHorizontal="true"
    2422        android:onClick="onToggleClicked"
    2523        android:textOff="START"
Note: See TracChangeset for help on using the changeset viewer.