#16986: Add Phone number Text entry
diff --git a/res/layout/activity_sflphone_home.xml b/res/layout/activity_sflphone_home.xml
index 851d067..c50ac5c 100644
--- a/res/layout/activity_sflphone_home.xml
+++ b/res/layout/activity_sflphone_home.xml
@@ -51,13 +51,13 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content" />
     </LinearLayout>
-    <!--
-        tools:context=".SFLPhoneHome" />
-    <LinearLayout
+
+    <EditText
+        android:id="@+id/phoneNumberTextEntry"
+        android:layout_width="fill_parent"
         android:layout_height="wrap_content"
-        android:layout_width="match_parent"
-        android:orientation="vertical">
-    -->
+        android:hint="Type phone number"
+        android:layout_below="@+id/buttonCall"/>
 
     <LinearLayout
         android:id="@+id/callButtonLayout"
@@ -86,17 +86,6 @@
             android:gravity="center_vertical"
             android:onClick="onClick"
             android:src="@drawable/ic_hangup" />
-
-<!--         <ImageButton -->
-<!--             android:id="@+id/buttonIncomingCall" -->
-<!--             android:layout_width="0dp" -->
-<!--             android:layout_height="match_parent" -->
-<!--             android:layout_weight="0" -->
-<!--             android:background="@drawable/hangup_button" -->
-<!--             android:drawable="@drawable/hangup_button" -->
-<!--             android:gravity="center_vertical" -->
-<!--             android:onClick="onClick" -->
-<!--             android:src="@drawable/ic_incomingcall" /> -->
     </LinearLayout>
 
 </LinearLayout>
diff --git a/res/layout/test_layout.xml b/res/layout/test_layout.xml
index 4ca43b6..07e58f9 100644
--- a/res/layout/test_layout.xml
+++ b/res/layout/test_layout.xml
@@ -112,19 +112,13 @@
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
         android:layout_below="@+id/buttonService"/>
-
-    <Button
-        android:id="@+id/buttonCall"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:text="Make Call"
-        android:layout_below="@+id/numPad"/>
-
+<!--
     <EditText
         android:id="@+id/numDisplay"
         android:layout_width="fill_parent"
         android:layout_height="wrap_content"
         android:hint="type phone number"
         android:layout_below="@+id/buttonCall"/>
+-->
 
 </RelativeLayout>