Bugfix + changes the delete icon with cancel icon
[unical.git] / res / layout / alarm_row_layout.xml
CommitLineData
781f6f68
P
1<?xml version="1.0" encoding="utf-8"?>
2
3<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
539deec9 4 android:orientation="horizontal"
781f6f68
P
5 android:layout_width="match_parent"
6 android:layout_height="match_parent">
539deec9 7 <TextView android:id="@+id/alarm_datetime"
781f6f68
P
8 android:layout_width="0dip"
9 android:layout_height="wrap_content"
539deec9 10 android:layout_weight="1"
781f6f68
P
11 android:textAppearance="?android:attr/textAppearanceSmall" />
12
7bd01d93
P
13 <ImageButton android:id="@+id/alarm_delete"
14 android:src="@android:drawable/ic_menu_close_clear_cancel"
539deec9
MG
15 android:layout_width="wrap_content"
16 android:layout_height="wrap_content"
7bd01d93
P
17 android:background="@android:color/transparent"
18 />
539deec9 19</LinearLayout>
This page took 0.010596 seconds and 4 git commands to generate.