Create a toolbar variable for ripples (#5159)
* Rename rippleNavColor to rippleSecondaryColor It's not just for the navigation anymore * Add a rippleToolbarColor for toolbar ripples Fixes so you can use specialized colors in case of using a theme such as Dark Blue or Light Blue * Add so text buttons are also themed secondary color Apparently this is also a common Google app thing * Changes variable name for Navigation Rail
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
<attr name="colorFilterActive" format="reference|integer"/>
|
||||
<attr name="colorBackgroundSplash" format="reference|integer"/>
|
||||
<attr name="colorAccentOnPrimary" format="reference|integer"/>
|
||||
<attr name="rippleNavColor" format="reference|integer"/>
|
||||
<attr name="rippleSecondaryColor" format="reference|integer"/>
|
||||
<attr name="rippleToolbarColor" format="reference|integer"/>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user