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