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:
@@ -82,7 +82,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="bottom"
|
||||
app:itemIconTint="@color/nav_selector"
|
||||
app:itemRippleColor="?attr/rippleNavColor"
|
||||
app:itemRippleColor="?attr/rippleSecondaryColor"
|
||||
app:itemTextColor="@color/nav_selector"
|
||||
app:labelVisibilityMode="labeled"
|
||||
app:layout_insetEdge="bottom"
|
||||
|
||||
Reference in New Issue
Block a user