]> iEval git - unical.git/blobdiff - res/layout/alarm.xml
Add alarm to events. work in progress
[unical.git] / res / layout / alarm.xml
diff --git a/res/layout/alarm.xml b/res/layout/alarm.xml
new file mode 100644 (file)
index 0000000..ce2e6f8
--- /dev/null
@@ -0,0 +1,13 @@
+<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="fill_parent"
+    android:orientation="vertical"
+    android:gravity="center" >
+    <Button
+        android:id="@+id/stopAlarm"
+        android:layout_width="wrap_content"
+        android:layout_height="wrap_content"
+        android:text="@string/stop_alarm" />
+</RelativeLayout>
\ No newline at end of file
This page took 0.019805 seconds and 4 git commands to generate.