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>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6c368f5..cf49035 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -60,10 +60,6 @@
     <string name="viewContactTitle">Contact details</string>
 
     <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
-         viewing a contact. This string represents the built in way to view the contact. -->
-    <string name="viewContactDesription">View contact</string>
-
-    <!-- The description presented to the user in the Intent choose when there are multiple activities that allow
          editing a contact. This string represents the built in way to edit the contact. -->
     <string name="editContactDescription">Edit contact</string>
 
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 5ec06a8..36c6b11 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -42,13 +42,6 @@
     </style>
 
     <style name="Theme.QuickContact" parent="@android:style/Theme.Quantum.Light">
-        <item name="android:windowBackground">@android:color/transparent</item>
-        <item name="android:colorBackgroundCacheHint">@null</item>
-        <item name="android:windowFrame">@null</item>
-        <item name="android:windowContentOverlay">@null</item>
-        <item name="android:windowAnimationStyle">@null</item>
-        <item name="android:windowIsFloating">false</item>
-        <item name="android:windowIsTranslucent">true</item>
         <item name="android:windowNoTitle">true</item>
         <item name="android:listViewStyle">@style/ListViewStyle</item>
     </style>