*33930: first adjustements on dial screen
diff --git a/res/layout/clearable_edit_text.xml b/res/layout/clearable_edit_text.xml
index 609ca29..62e282c 100644
--- a/res/layout/clearable_edit_text.xml
+++ b/res/layout/clearable_edit_text.xml
@@ -7,11 +7,12 @@
         android:id="@+id/clearable_edit"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:textColor="@color/white"
-        android:textSize="30sp"
+        android:hint="@string/dial_hint"
         android:imeActionLabel="@string/dial_action_call"
-            android:imeOptions="actionGo"
-        android:hint="@string/dial_hint" />
+        android:imeOptions="actionGo"
+        android:textColor="@color/white"
+        android:textColorHint="@color/white"
+        android:textSize="30sp" />
 
     <Button
         android:id="@+id/clearable_button_clear"
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" />