remotes/nogy/update_90
Georg Lukas 2010-01-01 14:04:55 +01:00
rodzic 5582b2077b
commit 8603e1153e
1 zmienionych plików z 10 dodań i 14 usunięć

Wyświetl plik

@ -46,30 +46,26 @@ android:layout_height="wrap_content"
android:layout_gravity="bottom"
>
<Button
android:id="@+id/startbtn"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Start"
android:layout_alignParentBottom="true"
android:layout_alignParentLeft="true"
>
</Button>
<Button
android:id="@+id/singlebtn"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Single Shot"
android:layout_alignParentTop="true"
android:layout_alignParentLeft="true"
android:text="@string/singlelog"
>
</Button>
<Button
android:id="@+id/startbtn"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/startlog"
android:layout_below="@+id/singlebtn"
>
</Button>
<Button
android:id="@+id/stopbtn"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Stop"
android:text="@string/stoplog"
android:layout_below="@+id/startbtn"
android:layout_alignParentLeft="true"
>
</Button>
</RelativeLayout>