blob: 609ca29a75c92c4c87fa99ff3f8673741def9199 [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"
Alexandre Lisionb62c4be2013-10-04 16:35:35 -04009 android:layout_height="wrap_content"
10 android:textColor="@color/white"
11 android:textSize="30sp"
Alexandre Lision7f0bba52013-10-16 14:43:11 -040012 android:imeActionLabel="@string/dial_action_call"
13 android:imeOptions="actionGo"
Alexandre Lisionb62c4be2013-10-04 16:35:35 -040014 android:hint="@string/dial_hint" />
alisiond295ec22013-05-17 10:12:13 -040015
16 <Button
17 android:id="@+id/clearable_button_clear"
18 android:layout_width="30dip"
19 android:layout_height="30dip"
20 android:layout_alignParentRight="true"
21 android:layout_centerVertical="true"
22 android:layout_marginRight="5dip"
Alexandre Lision5c81c5b2013-10-02 17:33:32 -040023 android:background="@drawable/ic_action_remove" />
alisiond295ec22013-05-17 10:12:13 -040024
25</RelativeLayout>