summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-06-02 02:54:51 +0200
committerAbhisek Devkota <ciwrl@cyanogenmod.com>2014-06-02 19:06:38 +0000
commitd0b24b81baa418526b8fd0606c94dcd38bee65fc (patch)
tree939944b1900d0c3898d382b5461419166d986482 /res
parent95d0f30efae2a4f4e0649ebaea5cdcf705b3b11e (diff)
downloadandroid_packages_apps_InCallUI-d0b24b81baa418526b8fd0606c94dcd38bee65fc.tar.gz
android_packages_apps_InCallUI-d0b24b81baa418526b8fd0606c94dcd38bee65fc.tar.bz2
android_packages_apps_InCallUI-d0b24b81baa418526b8fd0606c94dcd38bee65fc.zip
Fix addParticipant and modifyCall images to properly fit in xxhdpi resolutions Change-Id: I9f1ff0517a86a25660295f1302d0d20e2482fd12 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> (cherry picked from commit b9e308e8e8d4ae26b1ea91f428bb03c1ba7dc773)
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_switch_video_holo_dark.pngbin1233 -> 369 bytes
-rw-r--r--res/drawable-mdpi/ic_switch_video_holo_dark.pngbin1233 -> 279 bytes
-rw-r--r--res/drawable-xhdpi/ic_switch_video_holo_dark.pngbin1233 -> 410 bytes
-rw-r--r--res/drawable-xxhdpi/ic_add_group_holo_dark.pngbin0 -> 1662 bytes
-rw-r--r--res/drawable-xxhdpi/ic_switch_video_holo_dark.pngbin0 -> 623 bytes
-rw-r--r--res/layout/call_button_fragment.xml18
6 files changed, 9 insertions, 9 deletions
diff --git a/res/drawable-hdpi/ic_switch_video_holo_dark.png b/res/drawable-hdpi/ic_switch_video_holo_dark.png
index 8488819f..51ccce5f 100644
--- a/res/drawable-hdpi/ic_switch_video_holo_dark.png
+++ b/res/drawable-hdpi/ic_switch_video_holo_dark.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_switch_video_holo_dark.png b/res/drawable-mdpi/ic_switch_video_holo_dark.png
index 8488819f..a98ab504 100644
--- a/res/drawable-mdpi/ic_switch_video_holo_dark.png
+++ b/res/drawable-mdpi/ic_switch_video_holo_dark.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_switch_video_holo_dark.png b/res/drawable-xhdpi/ic_switch_video_holo_dark.png
index 8488819f..11eff700 100644
--- a/res/drawable-xhdpi/ic_switch_video_holo_dark.png
+++ b/res/drawable-xhdpi/ic_switch_video_holo_dark.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_add_group_holo_dark.png b/res/drawable-xxhdpi/ic_add_group_holo_dark.png
new file mode 100644
index 00000000..6497f686
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_add_group_holo_dark.png
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_switch_video_holo_dark.png b/res/drawable-xxhdpi/ic_switch_video_holo_dark.png
new file mode 100644
index 00000000..a4d4c87e
--- /dev/null
+++ b/res/drawable-xxhdpi/ic_switch_video_holo_dark.png
Binary files differ
diff --git a/res/layout/call_button_fragment.xml b/res/layout/call_button_fragment.xml
index 5fa170a9..ef9beb5c 100644
--- a/res/layout/call_button_fragment.xml
+++ b/res/layout/call_button_fragment.xml
@@ -182,20 +182,20 @@
<!-- Separator between 5th (or 6th) button and right padding -->
<View style="@style/VerticalSeparator" />
- <ImageButton
- android:id="@+id/addParticipant"
- style="@style/InCallButton"
- android:background="@drawable/ic_add_group_holo_dark"
- android:contentDescription="@string/onscreenAddParticipant" />
+ <ImageButton android:id="@+id/addParticipant"
+ style="@style/InCallButton"
+ android:src="@drawable/ic_add_group_holo_dark"
+ android:contentDescription="@string/onscreenAddParticipant"
+ />
<!-- Separator between 5th (or 6th) button and right padding -->
<View style="@style/VerticalSeparator" />
- <Button android:id="@+id/modifyCallButton"
- style="@style/InCallButton"
- android:background="@drawable/btn_compound_vt"
- android:contentDescription="@string/onscreenModifyCallText"
+ <ImageButton android:id="@+id/modifyCallButton"
+ style="@style/InCallButton"
+ android:src="@drawable/ic_switch_video_holo_dark"
+ android:contentDescription="@string/onscreenModifyCallText"
/>
<!-- Separator between 4th (or 5th) button and right padding -->