NIU Actions: Change AppTheme to LauncherTheme am: d317f17273

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15413718

Change-Id: I4b9f0acb7338b56f1683180b4d068239d30398be
This commit is contained in:
Jon Spivack 2021-07-29 19:49:39 +00:00 committed by Automerger Merge Worker
commit aa10ba9d0b
1 changed files with 2 additions and 2 deletions

View File

@ -16,14 +16,14 @@
-->
<resources>
<!-- App themes -->
<style name="AppTheme" parent="@style/LauncherTheme">
<style name="LauncherTheme" parent="@style/BaseLauncherTheme">
<item name="overviewButtonTextColor">@color/go_overview_text_color</item>
<item name="overviewButtonIconColor">@color/go_overview_text_color</item>
<item name="overviewButtonBackgroundColor">@color/go_overview_button_color</item>
<item name="modalDialogBackground">@color/go_modal_dialog_background</item>
</style>
<style name="AppTheme.Dark" parent="@style/LauncherTheme.Dark">
<style name="LauncherTheme.Dark" parent="@style/LauncherTheme">
<item name="overviewButtonTextColor">@color/go_overview_text_color_dark</item>
<item name="overviewButtonIconColor">@color/go_overview_text_color_dark</item>
<item name="overviewButtonBackgroundColor">@color/go_overview_button_color_dark</item>