Remove trailing whitespace
[unical.git] / res / layout / event_row_layout.xml
index 0d0215f1ffd06e5e3f83cddd1091947b9e0a794b..fb66d8137b1e28c41445aee8ebdaaf35b892d6a0 100644 (file)
@@ -4,12 +4,22 @@
     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="5dp"
+        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:id="@+id/smalldatestart"
             android:layout_width="0dip"
             android:layout_height="wrap_content"
-            android:layout_weight="0.85"
+            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:layout_weight="1"
             android:textAppearance="?android:attr/textAppearanceSmall" />
     </LinearLayout>
 
This page took 0.010684 seconds and 4 git commands to generate.