Add alarm to events. work in progress
[unical.git] / res / layout / alarm.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
2 android:layout_width="fill_parent"
3 android:layout_height="fill_parent"
4 android:orientation="vertical"
5 android:gravity="center" >
6
7 <Button
8 android:id="@+id/stopAlarm"
9 android:layout_width="wrap_content"
10 android:layout_height="wrap_content"
11 android:text="@string/stop_alarm" />
12
13 </RelativeLayout>
This page took 0.019618 seconds and 4 git commands to generate.