add tiny bar on the event list`
[unical.git] / res / layout / event_row_layout.xml
index bb55f153f28974679f24626b4c31cf4521289051..1f92a3c9cbff65c98c0715f099f094a02fb6325f 100644 (file)
@@ -4,6 +4,12 @@
     android:layout_height="match_parent"
     android:orientation="vertical" >
 
+    <ImageView
+        android:id="@+id/rowHeader"
+        android:layout_width="match_parent"
+        android:layout_height="5dp"
+     />
+
     <TextView
         android:id="@+id/smalleventtitle"
         android:layout_width="match_parent"
This page took 0.009074 seconds and 4 git commands to generate.