summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/main/impl/res
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/main/impl/res')
-rw-r--r--java/com/android/dialer/main/impl/res/values/strings.xml4
-rw-r--r--java/com/android/dialer/main/impl/res/values/styles.xml4
2 files changed, 2 insertions, 6 deletions
diff --git a/java/com/android/dialer/main/impl/res/values/strings.xml b/java/com/android/dialer/main/impl/res/values/strings.xml
index 4e65432e5..121820383 100644
--- a/java/com/android/dialer/main/impl/res/values/strings.xml
+++ b/java/com/android/dialer/main/impl/res/values/strings.xml
@@ -18,10 +18,6 @@
<!-- Name of the main activity. -->
<string name="main_activity_label" tools:ignore="UnusedResources">Phone</string>
- <!-- Name of launcher shortcut for the new UI main activity.
- TODO(38502365): Remove this once we're ready to launch the new UI. -->
- <string name="nui_shortcut_name">Phone NUI</string>
-
<!-- Title for the activity that dials the phone, when launched directly into the dialpad -->
<string name="dialpad_activity_title">Phone Keypad</string>
diff --git a/java/com/android/dialer/main/impl/res/values/styles.xml b/java/com/android/dialer/main/impl/res/values/styles.xml
index 47fdbac93..387b1d79e 100644
--- a/java/com/android/dialer/main/impl/res/values/styles.xml
+++ b/java/com/android/dialer/main/impl/res/values/styles.xml
@@ -46,12 +46,12 @@
<!-- Required for actionmode/multiselect to render properly. -->
<!-- TODO(calderwoodra): Check to see if we can remove this after NewVoicemailFragment launches -->
- <item name="actionModeStyle">@style/ActionModeStyle</item>
+ <item name="actionModeStyle">@style/NuiActionModeStyle</item>
<item name="actionBarTheme">@style/ThemeOverlay.AppCompat.Dark.ActionBar</item>
</style>
<!-- Colors our actionbar in action mode to dialer theme color. -->
- <style name="ActionModeStyle" parent="@style/Widget.AppCompat.ActionMode">
+ <style name="NuiActionModeStyle" parent="@style/Widget.AppCompat.ActionMode">
<item name="background">@color/dialer_theme_color</item>
<item name="titleTextStyle">@style/ActionModeTitleTextStyle</item>
</style>