* #26029 First implementation of expanding/retracting
diff --git a/res/layout/item_history.xml b/res/layout/item_history.xml
index 95383cd..ae5cba3 100644
--- a/res/layout/item_history.xml
+++ b/res/layout/item_history.xml
@@ -36,24 +36,23 @@
     android:layout_height="match_parent"
     android:background="@drawable/item_call_selector" >
 
-    <ImageButton
-        android:id="@+id/toggleButton1"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_alignParentBottom="true"
-        android:layout_alignParentLeft="true"
-        android:background="#00000000"
-        android:drawableLeft="@drawable/call_pause"
-        android:gravity="left|center_vertical"
-        android:src="@drawable/call_pause"
-        android:visibility="gone" />
+<!--     <ImageButton -->
+<!--         android:id="@+id/toggleButton1" -->
+<!--         android:layout_width="wrap_content" -->
+<!--         android:layout_height="wrap_content" -->
+<!--         android:layout_alignParentBottom="true" -->
+<!--         android:layout_alignParentLeft="true" -->
+<!--         android:background="#00000000" -->
+<!--         android:drawableLeft="@drawable/call_pause" -->
+<!--         android:gravity="left|center_vertical" -->
+<!--         android:src="@drawable/call_pause" -->
+<!--         android:visibility="gone" /> -->
 
     <ImageView
         android:id="@+id/photo"
         android:layout_width="70dp"
         android:layout_height="70dp"
-        android:scaleType="centerCrop"
-        android:src="@drawable/box_border" />
+        android:scaleType="centerCrop" />
 
     <TextView
         android:id="@+id/display_name"
@@ -87,15 +86,15 @@
         android:text="Small Text"
         android:textAppearance="?android:attr/textAppearanceSmall" />
 
-    <!--
+   
         <ImageButton
-            android:id="@+id/imageButton1"
+            android:id="@+id/action_call"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
             android:layout_alignParentRight="true"
-            android:layout_alignParentTop="true"
+            android:layout_centerVertical="true"
             android:background="#00000000"
             android:src="@android:drawable/sym_action_call" />
-    -->
+
 
 </RelativeLayout>
\ No newline at end of file