android:layout_height="match_parent"
android:orientation="vertical" >
- <ImageView
+ <View
android:id="@+id/rowHeader"
android:layout_width="match_parent"
android:layout_height="5dp"
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>