summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/theme/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/theme/res/values')
-rw-r--r--java/com/android/dialer/theme/res/values/colors.xml2
-rw-r--r--java/com/android/dialer/theme/res/values/strings.xml10
2 files changed, 11 insertions, 1 deletions
diff --git a/java/com/android/dialer/theme/res/values/colors.xml b/java/com/android/dialer/theme/res/values/colors.xml
index a31a75e4e..52af142b0 100644
--- a/java/com/android/dialer/theme/res/values/colors.xml
+++ b/java/com/android/dialer/theme/res/values/colors.xml
@@ -46,6 +46,8 @@
<!-- Color of the theme of the Dialer app -->
<color name="dialtacts_theme_color">@color/dialer_theme_color</color>
+ <!-- Background color of new dialer activity -->
+ <color name="background_dialer_light">#fafafa</color>
<!-- White background for dialer -->
<color name="background_dialer_white">#ffffff</color>
<color name="background_dialer_call_log_list_item">@color/background_dialer_white</color>
diff --git a/java/com/android/dialer/theme/res/values/strings.xml b/java/com/android/dialer/theme/res/values/strings.xml
index 3a954ae14..a14693f51 100644
--- a/java/com/android/dialer/theme/res/values/strings.xml
+++ b/java/com/android/dialer/theme/res/values/strings.xml
@@ -14,14 +14,22 @@
~ limitations under the License
-->
-<resources>
+<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- String used to display calls from unknown numbers in the call log -->
<string name="unknown">Unknown</string>
+ <!-- String to identify an unknown/restricted callers. ex. "Unknown 1", "Restricted 2", ect. -->
+ <string name="unknown_counter">
+ <xliff:g id="unknown">%s</xliff:g> <xliff:g id="id">%d</xliff:g>
+ </string>
+
<!-- String used to display calls from pay phone in the call log -->
<string name="payphone">Payphone</string>
<!-- Title for the activity that dials the phone. This is the name
used in the Launcher icon. -->
<string name="launcherActivityLabel">Phone</string>
+
+ <!-- Label shown on the 'positive' button for the dialog. Indicates that the call will proceed -->
+ <string name="call">Call</string>
</resources>