blob: bf12220344be7428fa002314f7d5d196dbf45588 [file] [log] [blame]
alisiond295ec22013-05-17 10:12:13 -04001<?xml version="1.0" encoding="utf-8"?>
2<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3 android:layout_width="match_parent"
4 android:layout_height="wrap_content" >
5
6 <EditText
7 android:id="@+id/clearable_edit"
alision2cb99562013-05-30 17:02:20 -04008 android:layout_width="match_parent"
9 android:layout_height="50dp"
Alexandre Lisionfb0985b2013-09-27 16:23:44 -040010 android:hint="@string/dial_hint"
alisiond295ec22013-05-17 10:12:13 -040011 android:paddingRight="35dip" />
12
13 <Button
14 android:id="@+id/clearable_button_clear"
15 android:layout_width="30dip"
16 android:layout_height="30dip"
17 android:layout_alignParentRight="true"
18 android:layout_centerVertical="true"
19 android:layout_marginRight="5dip"
Alexandre Lision5c81c5b2013-10-02 17:33:32 -040020 android:background="@drawable/ic_action_remove" />
alisiond295ec22013-05-17 10:12:13 -040021
22</RelativeLayout>