From 5ec23fdf243596717197a0c45495f24492cf0641 Mon Sep 17 00:00:00 2001 From: Paul Soulos Date: Thu, 29 May 2014 18:19:38 -0700 Subject: Makes QuickContactActivity full screen and swaps full detail for edit. Change-Id: I9403a592ba916bcb627e023736d133b6b33a1420 --- res/layout/quickcontact_activity.xml | 3 ++- res/layout/quickcontact_photo_container.xml | 10 +++++----- res/values/colors.xml | 2 ++ res/values/strings.xml | 4 ---- res/values/styles.xml | 7 ------- 5 files changed, 9 insertions(+), 17 deletions(-) (limited to 'res') diff --git a/res/layout/quickcontact_activity.xml b/res/layout/quickcontact_activity.xml index 3aa0a1426..f4bf72b8d 100644 --- a/res/layout/quickcontact_activity.xml +++ b/res/layout/quickcontact_activity.xml @@ -21,7 +21,8 @@ android:orientation="vertical" android:focusable="true" android:focusableInTouchMode="true" - android:descendantFocusability="afterDescendants" > + android:descendantFocusability="afterDescendants" + android:background="@color/card_margin_color" > + android:contentDescription="@string/editContactDescription" /> @android:color/black + + #ffbbbbbb diff --git a/res/values/strings.xml b/res/values/strings.xml index 6c368f541..cf4903511 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -59,10 +59,6 @@ Contact details - - View contact - Edit contact diff --git a/res/values/styles.xml b/res/values/styles.xml index 5ec06a88b..36c6b1199 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -42,13 +42,6 @@ -- cgit v1.2.3