Helium314 / HeliBoard

Customizable and privacy-conscious open-source keyboard
Apache License 2.0
2.45k stars 97 forks source link

Customizable key backgrounds #968

Open Helium314 opened 4 months ago

Helium314 commented 4 months ago

There are several issues / discussions / comments about key details like shape, rounding radius, color (for holo keys), or borders (#1079). An obvious solution to this would be allowing custom key drawables that replace the ones from the holo / material / rounded styles.

Customizability could go two ways:

There would be separate drawables for different key types like normal keys, functional keys, action key, spacebar, and popup keys. Most key background drawables are already provided by Colors, so this should be a good place to put the changes in a central place.

(the related changes could also be used to blur the border between material and rounded themes, and possibly decouple icon style from key style)