ocos
Results
1
comments of
ocos
Hi, here is my example for kotlin-dsl. ``` easylauncher { buildTypes { create("debug") { setFilters(listOf(customColorRibbonFilter("debug", "#990000", "#FFFFFF", "bottom", 0.2F))) } } } ``` I could not enable foregroundIconNames for adaptive...