Better DisplayEventActivity
[unical.git] / res / layout / event_view.xml
index 6fd935fb8638653bebe465b4e3e671b65678a0f9..e4dfa8f48babf0cc324806533bfd0bbabfa5568c 100644 (file)
         </LinearLayout>
     </LinearLayout>
 
-    <TextView
+       <View
+               android:layout_width="fill_parent"
+               android:layout_height="1dp"
+               android:background="@android:color/darker_gray"/>
+
+       <TextView
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:text="@string/descriptionlabel"
+        android:text="@string/description"
         android:textStyle="bold"
         android:textAppearance="?android:attr/textAppearanceLarge" />
     <TextView
         android:id="@+id/event_view_description"
         android:layout_width="match_parent"
         android:layout_height="wrap_content" />
+
+       <View
+               android:layout_width="fill_parent"
+               android:layout_height="1dp"
+               android:background="@android:color/darker_gray"/>
+
+       <TextView
+               android:layout_width="wrap_content"
+               android:layout_height="wrap_content"
+               android:text="@string/alarms"
+               android:textStyle="bold"
+               android:textAppearance="?android:attr/textAppearanceLarge" />
        <ListView
                android:id="@+id/alarm_list"
                android:layout_width="match_parent"
This page took 0.009805 seconds and 4 git commands to generate.