summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPaul Soulos <psoulos@google.com>2014-09-11 18:15:52 +0000
committerPaul Soulos <psoulos@google.com>2014-09-11 17:21:47 -0700
commitfffcf2a8885a328335eb8348d9afb2c9866351ec (patch)
tree362eb586a7f6b3c5d5994c2e5be1dcfe2edfacd5 /res
parent39937e3a86dd4ff3b9c3b0ead15236f664edca7f (diff)
downloadpackages_apps_Contacts-fffcf2a8885a328335eb8348d9afb2c9866351ec.tar.gz
packages_apps_Contacts-fffcf2a8885a328335eb8348d9afb2c9866351ec.tar.bz2
packages_apps_Contacts-fffcf2a8885a328335eb8348d9afb2c9866351ec.zip
Revert "Adds solid background to N9 in portrait"
This reverts commit 5f697e2f1815190f8488b73d6a2fdc4f6d1fbe48. Change-Id: I30e4af9a2b6c8075be9f8a38a987dfd0a5114fed
Diffstat (limited to 'res')
-rw-r--r--res/layout-sw720dp/quickcontact_activity.xml61
1 files changed, 27 insertions, 34 deletions
diff --git a/res/layout-sw720dp/quickcontact_activity.xml b/res/layout-sw720dp/quickcontact_activity.xml
index 5a7d90ae4..efbb4d1eb 100644
--- a/res/layout-sw720dp/quickcontact_activity.xml
+++ b/res/layout-sw720dp/quickcontact_activity.xml
@@ -27,52 +27,45 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:orientation="vertical" >
+ android:orientation="horizontal">
<View
- android:layout_width="match_parent"
- android:layout_height="@dimen/quickcontact_starting_empty_height"
- android:contentDescription="@string/quickcontact_transparent_view_description"
- android:id="@+id/transparent_view" />
+ android:id="@+id/empty_start_column"
+ android:layout_width="0dp"
+ android:layout_height="match_parent"
+ android:layout_weight="@integer/contact_list_space_layout_weight"
+ android:contentDescription="@string/quickcontact_transparent_view_description" />
<LinearLayout
- android:layout_width="match_parent"
+ android:layout_width="0dp"
+ android:layout_weight="@integer/contact_list_card_layout_weight"
android:layout_height="match_parent"
- android:orientation="horizontal">
+ android:orientation="vertical">
<View
- android:id="@+id/empty_start_column"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="@integer/contact_list_space_layout_weight"
- android:background="@color/background_primary"
- android:focusable="false" />
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/quickcontact_starting_empty_height"
+ android:contentDescription="@string/quickcontact_transparent_view_description"
+ android:id="@+id/transparent_view" />
- <LinearLayout
- android:layout_width="0dp"
+ <FrameLayout
+ android:layout_width="match_parent"
android:layout_height="match_parent"
- android:layout_weight="@integer/contact_list_card_layout_weight"
- android:orientation="vertical"
- android:elevation="@dimen/contact_list_card_elevation"
- android:outlineProvider="bounds" >
- <FrameLayout
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:id="@+id/toolbar_parent">
- <include layout="@layout/quickcontact_header" />
- </FrameLayout>
+ android:id="@+id/toolbar_parent">
+ <include layout="@layout/quickcontact_header" />
+ </FrameLayout>
- <include layout="@layout/quickcontact_content" />
- </LinearLayout>
+ <include layout="@layout/quickcontact_content" />
- <View
- android:id="@+id/empty_end_column"
- android:layout_width="0dp"
- android:layout_height="match_parent"
- android:layout_weight="@integer/contact_list_space_layout_weight"
- android:background="@color/background_primary"
- android:focusable="false" />
</LinearLayout>
+
+ <View
+ android:id="@+id/empty_end_column"
+ android:layout_width="0dp"
+ android:layout_height="match_parent"
+ android:layout_weight="@integer/contact_list_space_layout_weight"
+ android:contentDescription="@string/quickcontact_transparent_view_description" />
+
</LinearLayout>
<!-- This title's maximum height must be less than the minimum size of its