Remove trailing whitespace
[unical.git] / res / layout / event_row_layout.xml
index bb55f153f28974679f24626b4c31cf4521289051..fb66d8137b1e28c41445aee8ebdaaf35b892d6a0 100644 (file)
@@ -4,11 +4,26 @@
     android:layout_height="match_parent"
     android:orientation="vertical" >
 
+    <View
+        android:layout_width="match_parent"
+        android:layout_height="10dp"
+    />
+
+    <View
+        android:id="@+id/rowHeader"
+        android:layout_width="match_parent"
+        android:layout_height="7dp"
+     />
+
+    <View
+        android:layout_width="match_parent"
+        android:layout_height="1dp"
+    />
+
     <TextView
         android:id="@+id/smalleventtitle"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:text="Medium Text"
         android:textAppearance="?android:attr/textAppearanceMedium" />
 
     <LinearLayout
 
         <TextView
             android:id="@+id/smalldatestart"
-            android:layout_width="wrap_content"
+            android:layout_width="0dip"
             android:layout_height="wrap_content"
-            android:layout_weight="0.85"
-            android:text="Small Text"
+            android:layout_weight="1"
             android:textAppearance="?android:attr/textAppearanceSmall" />
 
         <TextView
             android:id="@+id/smalldateend"
-            android:layout_width="179dp"
+            android:layout_width="0dip"
             android:layout_height="wrap_content"
-            android:text="Small Text"
+            android:layout_weight="1"
             android:textAppearance="?android:attr/textAppearanceSmall" />
     </LinearLayout>
 
This page took 0.009636 seconds and 4 git commands to generate.