akaita / easylauncher-gradle-plugin

Add a different ribbon to each of your Android app variants using this gradle plugin. Of course, configure it as you will
Apache License 2.0
959 stars 52 forks source link

Add option to guarantee consistency on ribbon height #17

Closed akaita closed 6 years ago

akaita commented 6 years ago

Right now the ribbon height adapts to fit the size of the text to make it as big as possible (within certain limits). As a side effect, this makes the ribbon height vary.

We should give the option to set the text size, or maybe ellipsize text so the height of the ribbon is consistent?

akaita commented 6 years ago

The new option to set the relative size of the text should solve this issue. Resolved in 1.3.0: customColorRibbonFilter("custom", "#556600CC", "#FFFFFF", "bottom", 0.2))