Improve event_row_layout
authorPetru Trimbitas <l3asketballplayer@yahoo.com>
Sun, 9 Jun 2013 22:11:50 +0000 (01:11 +0300)
committerPetru Trimbitas <l3asketballplayer@yahoo.com>
Sun, 9 Jun 2013 22:11:50 +0000 (01:11 +0300)
res/layout/event_row_layout.xml

index 0d0215f1ffd06e5e3f83cddd1091947b9e0a794b..048a6b32d87dbc17ef8ee914e6a0811ece46a3e2 100644 (file)
@@ -4,11 +4,21 @@
     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: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.011456 seconds and 4 git commands to generate.