summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatherine Kuan <katherinekuan@google.com>2011-08-21 18:02:10 -0700
committerKatherine Kuan <katherinekuan@google.com>2011-08-21 18:03:44 -0700
commit3d6143b99ff508613c5a1b8d35175c3f92c222e8 (patch)
tree831907485d7c4b6d4776e07ce73f538f8a90286d
parent227ec819545cd179983eb9faac5492816a7a3bb9 (diff)
downloadpackages_apps_Contacts-3d6143b99ff508613c5a1b8d35175c3f92c222e8.tar.gz
packages_apps_Contacts-3d6143b99ff508613c5a1b8d35175c3f92c222e8.tar.bz2
packages_apps_Contacts-3d6143b99ff508613c5a1b8d35175c3f92c222e8.zip
Add background asset to updates tab in tab carousel
Bug: 5103785 Change-Id: I2aa4e2080d7edf8745d9d6b469d734bb4b4d5cb3
-rw-r--r--res/drawable-hdpi/bg_people_updates_holo.9.pngbin0 -> 759 bytes
-rw-r--r--res/drawable-mdpi/bg_people_updates_holo.9.pngbin0 -> 536 bytes
-rw-r--r--res/drawable-xhdpi/bg_people_updates_holo.9.pngbin0 -> 1250 bytes
-rw-r--r--res/layout/carousel_updates_tab.xml2
4 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/bg_people_updates_holo.9.png b/res/drawable-hdpi/bg_people_updates_holo.9.png
new file mode 100644
index 000000000..bce62260f
--- /dev/null
+++ b/res/drawable-hdpi/bg_people_updates_holo.9.png
Binary files differ
diff --git a/res/drawable-mdpi/bg_people_updates_holo.9.png b/res/drawable-mdpi/bg_people_updates_holo.9.png
new file mode 100644
index 000000000..6bd1dc00a
--- /dev/null
+++ b/res/drawable-mdpi/bg_people_updates_holo.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/bg_people_updates_holo.9.png b/res/drawable-xhdpi/bg_people_updates_holo.9.png
new file mode 100644
index 000000000..138623849
--- /dev/null
+++ b/res/drawable-xhdpi/bg_people_updates_holo.9.png
Binary files differ
diff --git a/res/layout/carousel_updates_tab.xml b/res/layout/carousel_updates_tab.xml
index 3f633fc63..914865152 100644
--- a/res/layout/carousel_updates_tab.xml
+++ b/res/layout/carousel_updates_tab.xml
@@ -24,7 +24,7 @@
android:layout_width="0dip"
android:layout_height="match_parent"
android:layout_weight="1"
- android:background="@color/detail_tab_background">
+ android:background="@drawable/bg_people_updates_holo">
<ImageView android:id="@+id/status_photo"
android:layout_width="wrap_content"