summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHikari-no-Tenshi <kyryljan.serhij@gmail.com>2021-12-19 01:27:03 +0200
committerSemavi Ulusoy <doc.divxm@gmail.com>2022-09-13 10:47:58 +0300
commit02283a78d971e451fed535784a503ec8557985b8 (patch)
treee5c3095406d70b0557eee3b540aad3a8b3b27ca7
parentaa3a1efcebe422c34e7f580d1ab8890885f9e798 (diff)
Dialer: Update full screen photo icons
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Change-Id: If14edd968792f13034391707436d29283a990df1
-rw-r--r--java/com/android/incallui/answer/impl/res/layout/fragment_incoming_call_fullscreen_photo.xml4
-rw-r--r--java/com/android/incallui/incall/impl/res/drawable/incall_button_background_more_fullscreen_photo.xml6
2 files changed, 4 insertions, 6 deletions
diff --git a/java/com/android/incallui/answer/impl/res/layout/fragment_incoming_call_fullscreen_photo.xml b/java/com/android/incallui/answer/impl/res/layout/fragment_incoming_call_fullscreen_photo.xml
index 6f058dd00..deea7de8b 100644
--- a/java/com/android/incallui/answer/impl/res/layout/fragment_incoming_call_fullscreen_photo.xml
+++ b/java/com/android/incallui/answer/impl/res/layout/fragment_incoming_call_fullscreen_photo.xml
@@ -75,7 +75,7 @@
android:padding="64dp"
android:accessibilityTraversalBefore="@+id/videocall_speaker_button"
android:drawablePadding="8dp"
- android:drawableTop="@drawable/quantum_ic_videocam_off_white_36"
+ android:drawableTop="@drawable/quantum_ic_videocam_off_vd_theme_24"
android:gravity="center"
android:text="@string/call_incoming_video_is_off"
android:textAppearance="@style/Dialer.Incall.TextAppearance"
@@ -182,7 +182,7 @@
android:layout_height="56dp"
android:layout_gravity="bottom|start"
android:scaleType="center"
- android:src="@drawable/quantum_ic_message_white_24"
+ android:src="@drawable/quantum_ic_message_vd_theme_24"
android:visibility="invisible"
tools:visibility="visible"/>
diff --git a/java/com/android/incallui/incall/impl/res/drawable/incall_button_background_more_fullscreen_photo.xml b/java/com/android/incallui/incall/impl/res/drawable/incall_button_background_more_fullscreen_photo.xml
index 67634ed8e..f936a1dc9 100644
--- a/java/com/android/incallui/incall/impl/res/drawable/incall_button_background_more_fullscreen_photo.xml
+++ b/java/com/android/incallui/incall/impl/res/drawable/incall_button_background_more_fullscreen_photo.xml
@@ -22,9 +22,7 @@
<!-- This adds a little down arrow to indicate that the button will pop up a menu. Use an explicit
<bitmap> to avoid scaling the icon up to the full size of the button. -->
- <item>
- <bitmap
+ <item
android:gravity="end"
- android:src="@drawable/quantum_ic_arrow_drop_down_white_18"/>
- </item>
+ android:drawable="@drawable/quantum_ic_arrow_drop_down_vd_theme_24"/>
</layer-list>