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>