summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2014-03-18 12:03:35 -0700
committerYorke Lee <yorkelee@google.com>2014-03-18 22:52:51 +0000
commit4e24159edc0e68a9c4eed63144dab435e12991f5 (patch)
tree7331a71324914f9e3def23816a648a4512b44360 /res
parent74af8088198942332c175f8d89af8c4396a3d50b (diff)
downloadandroid_packages_apps_Dialer-4e24159edc0e68a9c4eed63144dab435e12991f5.tar.gz
android_packages_apps_Dialer-4e24159edc0e68a9c4eed63144dab435e12991f5.tar.bz2
android_packages_apps_Dialer-4e24159edc0e68a9c4eed63144dab435e12991f5.zip
DO NOT MERGE Swap 9 patch for contact tiles
Tweak contact tile dimensions slightly Bug: 13526106 Change-Id: I7ae82dc1815c95577c204dd6ed955d0bf1bc0dc3
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_contacts_tiles.9.pngbin0 -> 144 bytes
-rw-r--r--res/drawable-mdpi/ic_contacts_tiles.9.pngbin0 -> 138 bytes
-rw-r--r--res/drawable-xhdpi/ic_contacts_tiles.9.pngbin0 -> 149 bytes
-rw-r--r--res/drawable-xxhdpi/ic_contacts_tiles.9.pngbin0 -> 1047 bytes
-rw-r--r--res/layout/phone_favorite_tile_view.xml3
-rw-r--r--res/values/dimens.xml2
6 files changed, 2 insertions, 3 deletions
diff --git a/res/drawable-hdpi/ic_contacts_tiles.9.png b/res/drawable-hdpi/ic_contacts_tiles.9.png
new file mode 100644
index 000000000..572fdb890
--- /dev/null
+++ b/res/drawable-hdpi/ic_contacts_tiles.9.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_contacts_tiles.9.png b/res/drawable-mdpi/ic_contacts_tiles.9.png
new file mode 100644
index 000000000..343053a60
--- /dev/null
+++ b/res/drawable-mdpi/ic_contacts_tiles.9.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_contacts_tiles.9.png b/res/drawable-xhdpi/ic_contacts_tiles.9.png
new file mode 100644
index 000000000..5a5658711
--- /dev/null
+++ b/res/drawable-xhdpi/ic_contacts_tiles.9.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_contacts_tiles.9.png b/res/drawable-xxhdpi/ic_contacts_tiles.9.png
new file mode 100644
index 000000000..4e6872d98
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_contacts_tiles.9.png
Binary files differ
diff --git a/res/layout/phone_favorite_tile_view.xml b/res/layout/phone_favorite_tile_view.xml
index 54f9de787..952bb2a2a 100644
--- a/res/layout/phone_favorite_tile_view.xml
+++ b/res/layout/phone_favorite_tile_view.xml
@@ -26,7 +26,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
- android:background="@drawable/ic_tile_for_recents_and_contact_tile">
+ android:background="@drawable/ic_contacts_tiles">
<com.android.contacts.common.widget.LayoutSuppressingImageView
android:id="@+id/contact_tile_image"
@@ -72,7 +72,6 @@
android:fontFamily="sans-serif"
android:singleLine="true"
android:textSize="11sp"
- android:paddingBottom="2dp"
android:fadingEdge="horizontal"
android:fadingEdgeLength="3dip"
android:ellipsize="marquee"
diff --git a/res/values/dimens.xml b/res/values/dimens.xml
index f0e36bc2e..9490d8da5 100644
--- a/res/values/dimens.xml
+++ b/res/values/dimens.xml
@@ -74,7 +74,7 @@
<dimen name="contact_tile_info_button_height_and_width">36dp</dimen>
<item name="contact_tile_height_to_width_ratio" type="dimen">67%</item>
<dimen name="contact_tile_text_side_padding">10dp</dimen>
- <dimen name="contact_tile_text_bottom_padding">9dp</dimen>
+ <dimen name="contact_tile_text_bottom_padding">8dp</dimen>
<dimen name="favorites_row_top_padding">6dp</dimen>
<dimen name="favorites_row_bottom_padding">6dp</dimen>
<dimen name="favorites_row_start_padding">8dp</dimen>