commit | 53ba30e3040aeacd00f702031998288b783a35b8 | [log] [tgz] |
---|---|---|
author | Katherine Kuan <katherinekuan@google.com> | Tue Oct 18 18:14:57 2011 -0700 |
committer | Katherine Kuan <katherinekuan@google.com> | Tue Oct 18 18:15:52 2011 -0700 |
tree | 5693ad8dc52c7f9092fc4543b002065d79c304cc | |
parent | 4548f2cdf2169c103bcfedb26cf3254e2014407e [diff] |
Remove white background on contact card Bug: 5265190 Change-Id: Iaa2a69dc31c608523fb637d4d5902039ec4fbde7
diff --git a/res/layout-w470dp/contact_detail_fragment.xml b/res/layout-w470dp/contact_detail_fragment.xml index 211af3b..415bb56 100644 --- a/res/layout-w470dp/contact_detail_fragment.xml +++ b/res/layout-w470dp/contact_detail_fragment.xml
@@ -35,8 +35,7 @@ android:orientation="horizontal" android:layout_width="match_parent" android:layout_above="@id/contact_quick_fix" - android:layout_height="match_parent" - android:background="@color/background_primary" > + android:layout_height="match_parent" > <ImageView android:id="@+id/photo" android:scaleType="centerCrop"
diff --git a/res/layout/contact_detail_fragment.xml b/res/layout/contact_detail_fragment.xml index 873d8ca..08b1aad 100644 --- a/res/layout/contact_detail_fragment.xml +++ b/res/layout/contact_detail_fragment.xml
@@ -25,7 +25,6 @@ android:layout_height="0px" android:layout_weight="1" android:fadingEdge="none" - android:background="@color/background_primary" android:divider="@null"/> <ScrollView android:id="@android:id/empty"
diff --git a/res/layout/contact_detail_updates_fragment.xml b/res/layout/contact_detail_updates_fragment.xml index 4c056a8..30f09b9 100644 --- a/res/layout/contact_detail_updates_fragment.xml +++ b/res/layout/contact_detail_updates_fragment.xml
@@ -20,5 +20,4 @@ android:id="@android:id/list" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/background_primary" android:divider="@null"/>