From 4c185f69903230a32d5166e3e56f5246449d71d7 Mon Sep 17 00:00:00 2001 From: zachh Date: Mon, 5 Feb 2018 16:32:14 -0800 Subject: Match redlines in new call log. This includes: -Moved call count to after icons -Bold PhoneAccount for new calls -Fixed recycling issues in call type icons and phone account -Fixed cropping at bottom of "y" character (see b/67913060) -Reduced nesting in layout -Removed dimens.xml as it shouldn't be shared by voicemail -Set the alpha for Wifi/HD icons depending on read/unread status -Don't color call type icons, except for missed -Call type icons scale with display size -Call type icons are larger (18dp) in new UI Note that FrameLayout is used to ensure that icons/callCount view is not clipped, and instead contact name is ellipsized when the content is too wide to fit. Bug: 67913060,70989593,70989611 Test: unit and manual PiperOrigin-RevId: 184605728 Change-Id: Ie36c89354cbe4444ad2b42b6b0040430e396691c --- .../drawable/quantum_ic_call_made_vd_theme_24.xml | 25 ++++++++++++++++++++++ .../quantum_ic_call_missed_vd_theme_24.xml | 25 ++++++++++++++++++++++ .../quantum_ic_call_received_vd_theme_24.xml | 25 ++++++++++++++++++++++ .../quantum_ic_signal_wifi_4_bar_vd_theme_24.xml | 25 ++++++++++++++++++++++ 4 files changed, 100 insertions(+) create mode 100644 assets/quantum/res/drawable/quantum_ic_call_made_vd_theme_24.xml create mode 100644 assets/quantum/res/drawable/quantum_ic_call_missed_vd_theme_24.xml create mode 100644 assets/quantum/res/drawable/quantum_ic_call_received_vd_theme_24.xml create mode 100644 assets/quantum/res/drawable/quantum_ic_signal_wifi_4_bar_vd_theme_24.xml (limited to 'assets/quantum/res/drawable') diff --git a/assets/quantum/res/drawable/quantum_ic_call_made_vd_theme_24.xml b/assets/quantum/res/drawable/quantum_ic_call_made_vd_theme_24.xml new file mode 100644 index 000000000..60692272b --- /dev/null +++ b/assets/quantum/res/drawable/quantum_ic_call_made_vd_theme_24.xml @@ -0,0 +1,25 @@ + + + + diff --git a/assets/quantum/res/drawable/quantum_ic_call_missed_vd_theme_24.xml b/assets/quantum/res/drawable/quantum_ic_call_missed_vd_theme_24.xml new file mode 100644 index 000000000..657dbf56a --- /dev/null +++ b/assets/quantum/res/drawable/quantum_ic_call_missed_vd_theme_24.xml @@ -0,0 +1,25 @@ + + + + diff --git a/assets/quantum/res/drawable/quantum_ic_call_received_vd_theme_24.xml b/assets/quantum/res/drawable/quantum_ic_call_received_vd_theme_24.xml new file mode 100644 index 000000000..a4895325a --- /dev/null +++ b/assets/quantum/res/drawable/quantum_ic_call_received_vd_theme_24.xml @@ -0,0 +1,25 @@ + + + + diff --git a/assets/quantum/res/drawable/quantum_ic_signal_wifi_4_bar_vd_theme_24.xml b/assets/quantum/res/drawable/quantum_ic_signal_wifi_4_bar_vd_theme_24.xml new file mode 100644 index 000000000..8f0b0d213 --- /dev/null +++ b/assets/quantum/res/drawable/quantum_ic_signal_wifi_4_bar_vd_theme_24.xml @@ -0,0 +1,25 @@ + + + + -- cgit v1.2.3