Add, show and remove alarms
[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="horizontal"
5 android:layout_width="match_parent"
6 android:layout_height="match_parent">
7 <TextView android:id="@+id/alarm_datetime"
8 android:layout_width="0dip"
9 android:layout_height="wrap_content"
10 android:layout_weight="1"
11 android:textAppearance="?android:attr/textAppearanceSmall" />
12
13 <Button android:id="@+id/alarm_delete"
14 android:layout_width="wrap_content"
15 android:layout_height="wrap_content"
16 android:text="@string/delete"/>
17 </LinearLayout>
This page took 0.01991 seconds and 4 git commands to generate.