From a0df9f7f52b4d7f926581f30bd0a7774a6abac43 Mon Sep 17 00:00:00 2001 From: Zachary Heidepriem Date: Wed, 11 Oct 2017 16:03:06 -0700 Subject: Added basic bottom sheet to new call log. Also added ability to click on row to call. Required plumbing through the original phone number and phone account info through AnnotatedCallLog and CoalescedAnnotatedCallLog, so that clicking to dial doesn't require an additional lookup. Required some refactoring: -created autovalue for CoalescedRow. -created autovalue for ContactPrimaryActionInfo and use it in ContactActionBottomSheet -moved logic for building primary and secondary text into CallLogUtils so it can be shared between call log list and bottom sheets -moved clipboard logic to own package for copying numbers Bug: 34672501 Test: unit PiperOrigin-RevId: 171760252 Change-Id: I645d89974460b611c1d9668c3ca3e50a716c7f8f --- .../res/drawable/quantum_ic_content_copy_vd_theme_24.xml | 10 ++++++++++ .../res/drawable/quantum_ic_info_outline_vd_theme_24.xml | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 assets/quantum/res/drawable/quantum_ic_content_copy_vd_theme_24.xml create mode 100644 assets/quantum/res/drawable/quantum_ic_info_outline_vd_theme_24.xml (limited to 'assets') diff --git a/assets/quantum/res/drawable/quantum_ic_content_copy_vd_theme_24.xml b/assets/quantum/res/drawable/quantum_ic_content_copy_vd_theme_24.xml new file mode 100644 index 000000000..29704d95c --- /dev/null +++ b/assets/quantum/res/drawable/quantum_ic_content_copy_vd_theme_24.xml @@ -0,0 +1,10 @@ + + + diff --git a/assets/quantum/res/drawable/quantum_ic_info_outline_vd_theme_24.xml b/assets/quantum/res/drawable/quantum_ic_info_outline_vd_theme_24.xml new file mode 100644 index 000000000..9ac30d705 --- /dev/null +++ b/assets/quantum/res/drawable/quantum_ic_info_outline_vd_theme_24.xml @@ -0,0 +1,10 @@ + + + -- cgit v1.2.3