For #24055 - Replace ?inset with Action Primary color Primary Buttons

This commit is contained in:
Gabriel Luong 2022-02-28 23:07:07 -05:00 committed by mergify[bot]
parent b97d28db59
commit aebd2d4b3a
5 changed files with 1 additions and 6 deletions

View File

@ -12,7 +12,7 @@
</item>
<item>
<shape android:shape="rectangle">
<solid android:color="?inset" />
<solid android:color="?actionPrimary" />
<corners android:radius="4dp" />
</shape>
</item>

View File

@ -121,7 +121,6 @@
<color name="fx_mobile_border_color_warning" tools:ignore="UnusedResources">@color/photonRed40</color>
<!-- Normal theme colors for dark mode -->
<color name="inset_normal_theme">@color/photonDarkGrey50</color>
<color name="accent_normal_theme">@color/photonViolet50</color>
<color name="accent_high_contrast_normal_theme">@color/photonViolet40</color>
<color name="neutral_normal_theme">@color/photonGrey20</color>

View File

@ -41,7 +41,6 @@
<attr name="snackbar" format="reference" />
<attr name="foundation" format="reference" />
<attr name="above" format="reference" />
<attr name="inset" format="reference" />
<attr name="neutral" format="reference" />
<attr name="neutralFaded" format="reference" />
<attr name="destructive" format="reference"/>

View File

@ -264,7 +264,6 @@
<color name="prompt_login_edit_text_cursor_color_private_theme">@color/photonViolet50</color>
<!-- Normal theme colors for light mode -->
<color name="inset_normal_theme">@color/photonLightGrey30</color>
<color name="accent_normal_theme">@color/photonInk20</color>
<color name="accent_high_contrast_normal_theme">@color/photonInk20</color>
<color name="neutral_normal_theme">@color/photonGrey30</color>

View File

@ -76,7 +76,6 @@
<item name="accentHighContrast">@color/accent_high_contrast_normal_theme</item>
<item name="foundation">@color/fx_mobile_layer_color_1</item>
<item name="above">@color/fx_mobile_layer_color_2</item>
<item name="inset">@color/inset_normal_theme</item>
<item name="neutral">@color/neutral_normal_theme</item>
<item name="neutralFaded">@color/neutral_faded_normal_theme</item>
<item name="destructive">@color/fx_mobile_text_color_warning</item>
@ -269,7 +268,6 @@
<item name="accentHighContrast">@color/accent_high_contrast_private_theme</item>
<item name="foundation">@color/fx_mobile_private_layer_color_1</item>
<item name="above">@color/fx_mobile_private_layer_color_1</item>
<item name="inset">@color/fx_mobile_private_layer_color_1</item>
<item name="neutral">@color/neutral_private_theme</item>
<item name="neutralFaded">@color/neutral_faded_private_theme</item>
<item name="destructive">@color/fx_mobile_private_text_color_warning</item>