Makes QuickContactActivity full screen and swaps full detail for edit.

Change-Id: I9403a592ba916bcb627e023736d133b6b33a1420
diff --git a/res/values/colors.xml b/res/values/colors.xml
index e53dc41..cc1d9b0 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -45,4 +45,6 @@
     <!-- Color of the text on an ExpandingEntryCard button -->
     <color name="expanding_entry_card_button_text_color">@android:color/black</color>
 
+    <!-- Color of the margin for cards -->
+    <color name="card_margin_color">#ffbbbbbb</color>
 </resources>