You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Default values for icons. If icon does not have some parameter set it will use the one from defaults
45
+
defaults {
46
+
tint =Color.Red
47
+
}
48
+
//Parameters for overflow icon
49
+
overflowIcon {
50
+
tint =Color.Yellow
51
+
}
52
+
}
53
+
```
54
+
For more in examples check [here](https://github.com/ceribe/compose-overflow-menu/blob/master/sample/src/main/java/com/ceribe/compose/sample/MainActivity.kt)
0 commit comments