Provide a simple button to add a contact to the default group "My Contacts"

Bug:3117458
Change-Id: I88bb889deb8ee1a049395a687e3c36c2eaab7cef
diff --git a/res/layout/contact_detail_fragment.xml b/res/layout/contact_detail_fragment.xml
index d16771c..581dc03 100644
--- a/res/layout/contact_detail_fragment.xml
+++ b/res/layout/contact_detail_fragment.xml
@@ -46,12 +46,11 @@
 
     </ScrollView>
 
-    <!-- "Copy to my contacts"- button -->
+    <!-- "QuickFix"- button (Copy to local contact, add to group) -->
     <Button
-        android:id="@+id/copyLocal"
+        android:id="@+id/contact_quick_fix"
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:text="@string/menu_copyContact"
         android:visibility="gone"
         android:layout_gravity="right"
         android:layout_marginRight="40dip"