cuberite / android

Official Android app for Cuberite
Apache License 2.0
69 stars 6 forks source link

Use less hacky way to tint icons #44

Closed mathiascode closed 4 years ago

mathiascode commented 4 years ago

Since tinting icons in the preference screen isn't supported, we do it directly in the icon files instead of using a custom layout workaround. Fixes issues with preference description paddings being incorrect on certain devices, since we no longer use a layout with hardcoded values.