Allow themes to style more objects (#5197)
* Add Tertiary color and use it for Badges * Define ripple color for Material Dialog Although it doesn't do anything, but it should * Add tertiary colors for Green Apple theme * Use the correct theme accent in AlertDialog * Declare a global colorControlHighlight Fixes some of the ripples listed on #5154. * Change md_ripple_color to primary ripple color
This commit is contained in:
@@ -68,14 +68,30 @@
|
||||
<item name="colorAccent">@color/colorAccentLight</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog.Light.StrawberryDaiquiri" parent="Theme.AlertDialog">
|
||||
<item name="colorAccent">@color/colorAccentStrawberry</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog.Dark" parent="Theme.AlertDialog">
|
||||
<item name="colorAccent">@color/colorAccentDark</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog.Dark.GreenApple" parent="Theme.AlertDialog">
|
||||
<item name="colorAccent">@color/colorAccentApple</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog.Dark.MidnightDusk" parent="Theme.AlertDialog">
|
||||
<item name="colorAccent">@color/colorAccentDusk</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog.Amoled" parent="Theme.AlertDialog">
|
||||
<item name="colorAccent">@color/colorAccentAmoled</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.AlertDialog.Amoled.HotPink" parent="Theme.AlertDialog">
|
||||
<item name="colorAccent">@color/colorAccentPink</item>
|
||||
</style>
|
||||
|
||||
|
||||
<!--===========-->
|
||||
<!--BottomSheet-->
|
||||
|
||||
Reference in New Issue
Block a user