Fix the previous commit
[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
b8a395c6 7 <View
8bdd670e
PT
8 android:id="@+id/rowHeader"
9 android:layout_width="match_parent"
10 android:layout_height="5dp"
11 />
12
ecee6932
PT
13 <TextView
14 android:id="@+id/smalleventtitle"
15 android:layout_width="match_parent"
16 android:layout_height="wrap_content"
ecee6932
PT
17 android:textAppearance="?android:attr/textAppearanceMedium" />
18
19 <LinearLayout
20 android:layout_width="match_parent"
21 android:layout_height="wrap_content" >
22
23 <TextView
24 android:id="@+id/smalldatestart"
b8a395c6 25 android:layout_width="0dip"
ecee6932
PT
26 android:layout_height="wrap_content"
27 android:layout_weight="0.85"
ecee6932
PT
28 android:textAppearance="?android:attr/textAppearanceSmall" />
29
30 <TextView
31 android:id="@+id/smalldateend"
32 android:layout_width="179dp"
33 android:layout_height="wrap_content"
ecee6932
PT
34 android:textAppearance="?android:attr/textAppearanceSmall" />
35 </LinearLayout>
36
37</LinearLayout>
This page took 0.011917 seconds and 4 git commands to generate.