mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Style settings and enter icons
This commit is contained in:
parent
94dfebca21
commit
d0fbabf165
@ -136,6 +136,18 @@ class BasicThemeProvider(val context: Context, val overrideColorScheme: ColorSch
|
||||
)!!.apply {
|
||||
setTint(onBackground)
|
||||
}
|
||||
drawables[R.styleable.Keyboard_iconSettingsKey] = AppCompatResources.getDrawable(
|
||||
context,
|
||||
R.drawable.settings
|
||||
)!!.apply {
|
||||
setTint(onPrimary)
|
||||
}
|
||||
drawables[R.styleable.Keyboard_iconEnterKey] = AppCompatResources.getDrawable(
|
||||
context,
|
||||
R.drawable.sym_keyboard_return_lxx_light
|
||||
)!!.apply {
|
||||
setTint(onPrimary)
|
||||
}
|
||||
drawables[R.styleable.Keyboard_iconLanguageSwitchKey] = AppCompatResources.getDrawable(
|
||||
context,
|
||||
R.drawable.globe
|
||||
|
Loading…
Reference in New Issue
Block a user