Merge "Setting edge glow effect to white on Wear devices"

This commit is contained in:
TreeHugger Robot
2021-11-16 09:36:52 +00:00
committed by Android (Google) Code Review

View File

@@ -44,6 +44,7 @@ a similar way.
<item name="colorBackgroundCacheHint">@color/background_cache_hint_selector_device_default</item>
<item name="colorButtonNormal">@color/button_normal_device_default_dark</item>
<item name="colorError">@color/error_color_device_default_dark</item>
<item name="colorEdgeEffect">@color/white</item>
<item name="disabledAlpha">@dimen/disabled_alpha_device_default</item>
<item name="primaryContentAlpha">@dimen/primary_content_alpha_device_default</item>
<item name="secondaryContentAlpha">@dimen/secondary_content_alpha_device_default</item>