summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorHugo Hudson <hugohudson@google.com>2011-07-31 10:52:36 +0100
committerHugo Hudson <hugohudson@google.com>2011-08-04 13:12:07 +0100
commit70278ed9deaeeb68ce8c27229b2fb92d2d0738ad (patch)
tree2b97189cc303b3f693311022b282764e316d5d39 /res/drawable
parentfe17026100674b204f3b4fc6cb5a61f51ac99ec6 (diff)
downloadpackages_apps_Contacts-70278ed9deaeeb68ce8c27229b2fb92d2d0738ad.tar.gz
packages_apps_Contacts-70278ed9deaeeb68ce8c27229b2fb92d2d0738ad.tar.bz2
packages_apps_Contacts-70278ed9deaeeb68ce8c27229b2fb92d2d0738ad.zip
This gets the playback ui exactly like the redlines.
- Various fixes to make voicemail playback ui just like the redlines. - Swap speakerphone and playback buttons over. - Vastly expanded seekbar area, as well as bigger touch targets for rate buttons. - Rate buttons and seekbar now correctly vertically aligned with one another. - Adds the second blue separator line after the contact picture. - Makes the thumb seek drawable always centred on the seek bar current position, including making it overhang the seek bar by half its width at each extreme end (looks much better). Bug: 5070975 Change-Id: I530fd5bccab688f20f9f6b3c3919da3a475c8ba5
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/seek_bar_thumb.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/drawable/seek_bar_thumb.xml b/res/drawable/seek_bar_thumb.xml
index 04ba0fa7a..61884bb24 100644
--- a/res/drawable/seek_bar_thumb.xml
+++ b/res/drawable/seek_bar_thumb.xml
@@ -6,8 +6,8 @@
android:shape="oval"
>
<size
- android:width="15dip"
- android:height="15dip"
+ android:width="16dip"
+ android:height="16dip"
/>
<solid
android:color="@color/voicemail_playback_seek_bar_yet_to_play"