allow setting alpha for all colors except keyboard background

This commit is contained in:
Helium314 2023-10-24 00:36:24 +02:00
parent 02a3fe2d19
commit f1de1a6410
17 changed files with 33 additions and 26 deletions

View file

@ -70,11 +70,9 @@
<declare-styleable name="MainKeyboardView">
<!-- Size of the text for spacebar language label, in the proportion of key height. -->
<attr name="languageOnSpacebarTextRatio" format="fraction" />
<attr name="languageOnSpacebarTextColor" format="color" />
<attr name="languageOnSpacebarTextShadowRadius" format="float" />
<attr name="languageOnSpacebarTextShadowColor" format="color" />
<!-- Fadeout animator for spacebar language label. -->
<attr name="languageOnSpacebarFinalAlpha" format="integer" />
<attr name="languageOnSpacebarFadeoutAnimator" format="reference" />
<!-- Fadeout and fadein animator for altCodeWhileTyping keys. -->
<attr name="altCodeKeyWhileTypingFadeoutAnimator" format="reference" />