Add, show and remove alarms
[unical.git] / res / layout / event_view.xml
index bcc97aa2bb7c0468fb90ccf5d3e236a81ffbb773..6fd935fb8638653bebe465b4e3e671b65678a0f9 100644 (file)
@@ -80,7 +80,9 @@
     <TextView
         android:id="@+id/event_view_description"
         android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-    />
-
-</LinearLayout>
\ No newline at end of file
+        android:layout_height="wrap_content" />
+       <ListView
+               android:id="@+id/alarm_list"
+               android:layout_width="match_parent"
+               android:layout_height="wrap_content" />
+</LinearLayout>
This page took 0.010096 seconds and 4 git commands to generate.