From 4ef51165ffd5e2b9fc804b18d5bb8a49937cd44d Mon Sep 17 00:00:00 2001 From: linyuh Date: Tue, 27 Feb 2018 16:49:39 -0800 Subject: Internal cleanup for the new UI's bottom sheet. Test: Existing tests PiperOrigin-RevId: 187254014 Change-Id: I8a57b632d45e87ad075eb8bbb25180858e890f08 --- .../historyitemactions/res/values/dimens.xml | 20 +++++++++ .../historyitemactions/res/values/strings.xml | 47 ++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 java/com/android/dialer/historyitemactions/res/values/dimens.xml create mode 100644 java/com/android/dialer/historyitemactions/res/values/strings.xml (limited to 'java/com/android/dialer/historyitemactions/res/values') diff --git a/java/com/android/dialer/historyitemactions/res/values/dimens.xml b/java/com/android/dialer/historyitemactions/res/values/dimens.xml new file mode 100644 index 000000000..47bf804ac --- /dev/null +++ b/java/com/android/dialer/historyitemactions/res/values/dimens.xml @@ -0,0 +1,20 @@ + + + + 48dp + 12dp + \ No newline at end of file diff --git a/java/com/android/dialer/historyitemactions/res/values/strings.xml b/java/com/android/dialer/historyitemactions/res/values/strings.xml new file mode 100644 index 000000000..4d598a930 --- /dev/null +++ b/java/com/android/dialer/historyitemactions/res/values/strings.xml @@ -0,0 +1,47 @@ + + + + + + Voice call + + + Video call + + + Add contact + + + Message + + + Not spam + + + Block + + + Unblock + + + Block/Report spam + + + Copy number + \ No newline at end of file -- cgit v1.2.3