File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
lib/java/com/google/android/material/floatingactionbutton/res/color Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717
1818<selector xmlns : android =" http://schemas.android.com/apk/res/android" >
1919
20- <item android : alpha =" 0.32 " android : color =" ?attr/colorOnSecondary" android : state_pressed =" true" />
21- <item android : alpha =" 0.24 " android : color =" ?attr/colorOnSecondary" android : state_focused =" true" android : state_hovered =" true" />
22- <item android : alpha =" 0.24 " android : color =" ?attr/colorOnSecondary" android : state_focused =" true" />
23- <item android : alpha =" 0.08 " android : color =" ?attr/colorOnSecondary" android : state_hovered =" true" />
24- <item android : alpha =" 0.00 " android : color =" ?attr/colorOnSecondary" />
20+ <item android : alpha =" @dimen/mtrl_high_ripple_pressed_alpha " android : color =" ?attr/colorOnSecondary" android : state_pressed =" true" />
21+ <item android : alpha =" @dimen/mtrl_high_ripple_focused_alpha " android : color =" ?attr/colorOnSecondary" android : state_focused =" true" android : state_hovered =" true" />
22+ <item android : alpha =" @dimen/mtrl_high_ripple_focused_alpha " android : color =" ?attr/colorOnSecondary" android : state_focused =" true" />
23+ <item android : alpha =" @dimen/mtrl_high_ripple_hovered_alpha " android : color =" ?attr/colorOnSecondary" android : state_hovered =" true" />
24+ <item android : alpha =" @dimen/mtrl_high_ripple_default_alpha " android : color =" ?attr/colorOnSecondary" />
2525
2626</selector >
You can’t perform that action at this time.
0 commit comments