From ab499948f25899cff60c3065955ad3d0dad741a1 Mon Sep 17 00:00:00 2001 From: uabdullah Date: Thu, 14 Dec 2017 15:53:13 -0800 Subject: Refactor add to contacts, send a message and copy number modules for bottom sheet These three modules are to be shared between the voicemail and call log bottom sheets. This CL refactors it such that the functions take in generic parameters instead of coalesced annotated call log row so that they can be used by the voicemail tab. Bug: 64882313,70682949 Test: Existing tests PiperOrigin-RevId: 179110882 Change-Id: I2e8edafbf50e51d2299bfbcb95957e40c1b366ec --- .../dialer/contactactions/res/values/strings.xml | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 java/com/android/dialer/contactactions/res/values/strings.xml (limited to 'java/com/android/dialer/contactactions/res') diff --git a/java/com/android/dialer/contactactions/res/values/strings.xml b/java/com/android/dialer/contactactions/res/values/strings.xml new file mode 100644 index 000000000..0e953a56d --- /dev/null +++ b/java/com/android/dialer/contactactions/res/values/strings.xml @@ -0,0 +1,29 @@ + + + + + + Add to contacts + + + Send a message + + + Copy number + \ No newline at end of file -- cgit v1.2.3