From c5c42189eeab0389a94717de9a66c6d00068e8bf Mon Sep 17 00:00:00 2001 From: calderwoodra Date: Tue, 22 May 2018 15:30:39 -0700 Subject: Began implementation of Dialer dark theme. - README on how to properly theme Dialer going forward. - Migrated all widgets to use global colors. - Removed all activity and application themes where it wasn't necessary. - Added themeing test rule for Espresso tests. Bug: 79883035 Test: tap PiperOrigin-RevId: 197634256 Change-Id: I4b7d94d45aeeb59d484b0069fdd1e200a654910b --- .../dialer/theme/common/res/values/strings.xml | 47 ++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 java/com/android/dialer/theme/common/res/values/strings.xml (limited to 'java/com/android/dialer/theme/common/res/values/strings.xml') diff --git a/java/com/android/dialer/theme/common/res/values/strings.xml b/java/com/android/dialer/theme/common/res/values/strings.xml new file mode 100644 index 000000000..7d7209207 --- /dev/null +++ b/java/com/android/dialer/theme/common/res/values/strings.xml @@ -0,0 +1,47 @@ + + + + + Unknown + + + + %1$s %2$d + + + + Payphone + + + Emergency number + + + Phone + + + Call + + + Continuing call using Wi\u2011Fi\u2026 + + + + %1$s %2$s + + -- cgit v1.2.3