From 73b3782f13a8324e037bddc1638ecee4f7f7e794 Mon Sep 17 00:00:00 2001 From: Guillaume Beraudo Date: Tue, 22 Mar 2011 13:46:06 +0100 Subject: [PATCH] Custom editable SIP address. --- res/layout-land/dialer.xml | 2 +- res/layout/dialer.xml | 2 +- res/values/custom.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/res/layout-land/dialer.xml b/res/layout-land/dialer.xml index 4243d0dfb..da2a314e5 100644 --- a/res/layout-land/dialer.xml +++ b/res/layout-land/dialer.xml @@ -9,7 +9,7 @@ android:layout_width="fill_parent" android:id="@+id/Addresslayout"> + android:layout_weight="0.2" android:editable="@bool/allow_edit_in_dialer"/> diff --git a/res/layout/dialer.xml b/res/layout/dialer.xml index d79bc546b..83fc2bbf1 100644 --- a/res/layout/dialer.xml +++ b/res/layout/dialer.xml @@ -9,7 +9,7 @@ + android:lines="1" android:layout_weight="0.2" android:layout_height="fill_parent" android:padding="10px" android:maxLines="1" android:editable="@bool/allow_edit_in_dialer"/> diff --git a/res/values/custom.xml b/res/values/custom.xml index f128fa62f..be5f6a2cf 100644 --- a/res/values/custom.xml +++ b/res/values/custom.xml @@ -15,6 +15,7 @@ false Linphone + true \ No newline at end of file