*33930: first adjustements on dial screen
diff --git a/res/layout/frag_dialing.xml b/res/layout/frag_dialing.xml
index 43eb792..bfd57e7 100644
--- a/res/layout/frag_dialing.xml
+++ b/res/layout/frag_dialing.xml
@@ -11,7 +11,7 @@
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
         android:layout_alignParentTop="true"
-        android:background="@drawable/item_contact_selector" />
+        android:background="@drawable/dialer_selector" />
 
     <LinearLayout
         android:id="@+id/keyboard_choice"
@@ -47,11 +47,11 @@
 
     <ImageButton
         android:id="@+id/buttonCall"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
+        android:layout_width="100dp"
+        android:layout_height="100dp"
         android:layout_below="@+id/keyboard_choice"
         android:layout_centerHorizontal="true"
-        android:background="@drawable/item_contact_selector"
+        android:background="@drawable/call_button"
         android:gravity="center_vertical"
         android:src="@drawable/ic_action_call" />