bb55f153f28974679f24626b4c31cf4521289051
[unical.git] / res / layout / event_row_layout.xml
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
7 <TextView
8 android:id="@+id/smalleventtitle"
9 android:layout_width="match_parent"
10 android:layout_height="wrap_content"
11 android:text="Medium Text"
12 android:textAppearance="?android:attr/textAppearanceMedium" />
13
14 <LinearLayout
15 android:layout_width="match_parent"
16 android:layout_height="wrap_content" >
17
18 <TextView
19 android:id="@+id/smalldatestart"
20 android:layout_width="wrap_content"
21 android:layout_height="wrap_content"
22 android:layout_weight="0.85"
23 android:text="Small Text"
24 android:textAppearance="?android:attr/textAppearanceSmall" />
25
26 <TextView
27 android:id="@+id/smalldateend"
28 android:layout_width="179dp"
29 android:layout_height="wrap_content"
30 android:text="Small Text"
31 android:textAppearance="?android:attr/textAppearanceSmall" />
32 </LinearLayout>
33
34 </LinearLayout>
This page took 0.022543 seconds and 3 git commands to generate.