Add alarm wip
[unical.git] / res / layout / alarm_row_layout.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4 android:orientation="vertical"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent">
7 <TextView
8 android:id="@+id/smallalarmdatestart"
9 android:layout_width="0dip"
10 android:layout_height="wrap_content"
11 android:layout_weight="1"
12 android:textAppearance="?android:attr/textAppearanceSmall" />
13 <TextView
14 android:id="@+id/smallalarmtimestart"
15 android:layout_width="0dip"
16 android:layout_height="wrap_content"
17 android:layout_weight="1"
18 android:textAppearance="?android:attr/textAppearanceSmall" />
19
20 </LinearLayout>
This page took 0.01943 seconds and 4 git commands to generate.