Fix the previous commit
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 9 Jun 2013 21:36:20 +0000 (00:36 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 9 Jun 2013 21:36:20 +0000 (00:36 +0300)
res/layout/event_row_layout.xml

index 1f92a3c9cbff65c98c0715f099f094a02fb6325f..0d0215f1ffd06e5e3f83cddd1091947b9e0a794b 100644 (file)
@@ -4,7 +4,7 @@
     android:layout_height="match_parent"
     android:orientation="vertical" >
 
-    <ImageView
+    <View
         android:id="@+id/rowHeader"
         android:layout_width="match_parent"
         android:layout_height="5dp"
@@ -14,7 +14,6 @@
         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:textAppearance="?android:attr/textAppearanceSmall" />
 
         <TextView
             android:id="@+id/smalldateend"
             android:layout_width="179dp"
             android:layout_height="wrap_content"
-            android:text="Small Text"
             android:textAppearance="?android:attr/textAppearanceSmall" />
     </LinearLayout>
 
This page took 0.011068 seconds and 4 git commands to generate.