* #24533 New Contact List, with data model
* #23415 general refactoring
diff --git a/res/layout/frag_dialing.xml b/res/layout/frag_dialing.xml
new file mode 100644
index 0000000..7b85342
--- /dev/null
+++ b/res/layout/frag_dialing.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:layout_width="fill_parent"
+    android:layout_height="wrap_content"
+    android:layout_marginTop="9dp"
+    android:padding="5dp">
+
+    <com.savoirfairelinux.sflphone.views.ClearableEditText
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content"
+        android:text="My cool edit text" />
+
+</FrameLayout>
\ No newline at end of file