Remove trailing whitespace
[unical.git] / res / layout / event_row_layout.xml
CommitLineData
ecee6932
PT
1<?xml version="1.0" encoding="utf-8"?>
2<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="match_parent"
5 android:orientation="vertical" >
6
281f6a62
PT
7 <View
8 android:layout_width="match_parent"
9 android:layout_height="10dp"
10 />
11
b8a395c6 12 <View
8bdd670e
PT
13 android:id="@+id/rowHeader"
14 android:layout_width="match_parent"
281f6a62 15 android:layout_height="7dp"
8bdd670e 16 />
070d3ab2 17
281f6a62
PT
18 <View
19 android:layout_width="match_parent"
20 android:layout_height="1dp"
21 />
8bdd670e 22
ecee6932
PT
23 <TextView
24 android:id="@+id/smalleventtitle"
25 android:layout_width="match_parent"
26 android:layout_height="wrap_content"
ecee6932
PT
27 android:textAppearance="?android:attr/textAppearanceMedium" />
28
29 <LinearLayout
30 android:layout_width="match_parent"
31 android:layout_height="wrap_content" >
32
33 <TextView
34 android:id="@+id/smalldatestart"
b8a395c6 35 android:layout_width="0dip"
ecee6932 36 android:layout_height="wrap_content"
281f6a62 37 android:layout_weight="1"
ecee6932
PT
38 android:textAppearance="?android:attr/textAppearanceSmall" />
39
40 <TextView
41 android:id="@+id/smalldateend"
281f6a62 42 android:layout_width="0dip"
ecee6932 43 android:layout_height="wrap_content"
281f6a62 44 android:layout_weight="1"
ecee6932
PT
45 android:textAppearance="?android:attr/textAppearanceSmall" />
46 </LinearLayout>
47
48</LinearLayout>
This page took 0.013054 seconds and 4 git commands to generate.