summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/main/impl/res
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-02-24 21:02:14 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-02-24 21:02:14 +0000
commit19a126b0c12c0ea93ffe7f60f3250e81aa305785 (patch)
tree716006ff47663e8741ab609b4cfc153df8348183 /java/com/android/dialer/main/impl/res
parenta39e732c6326f6265a213024bbb6899aea04f10a (diff)
parent35ecd12f1617f36d8d22fecdabf9c63cbf92599d (diff)
Merge "Cancel Old SpeedDial contact loaders when they are reset."
Diffstat (limited to 'java/com/android/dialer/main/impl/res')
-rw-r--r--java/com/android/dialer/main/impl/res/values-v27/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/com/android/dialer/main/impl/res/values-v27/styles.xml b/java/com/android/dialer/main/impl/res/values-v27/styles.xml
index c91cba245..86e6f28a6 100644
--- a/java/com/android/dialer/main/impl/res/values-v27/styles.xml
+++ b/java/com/android/dialer/main/impl/res/values-v27/styles.xml
@@ -20,7 +20,7 @@
<style name="NuiActivityTheme" parent="NuiActivityThemeBase">
<!-- Used to change the navigation bar color -->
<item name="android:windowLightNavigationBar">true</item>
- <item name="android:navigationBarColor">?android:windowBackground</item>
+ <item name="android:navigationBarColor">@color/background_dialer_white</item>
<item name="android:navigationBarDividerColor">#E0E0E0</item>
</style>
</resources> \ No newline at end of file