J joop Active Member Licensed User Longtime User Feb 4, 2016 #1 In the evening the soft keyboard is rather bright ,is it possible to place a panel on top with alpha value 128 to dim the keyboard.? Something like this 1 Edittext : Enter character 2 Keyboard pops up 3 Then lay a panel on top with darker color alpha value 128 .(translucent) Is there an other way to do make the keyboard less brighter.?
In the evening the soft keyboard is rather bright ,is it possible to place a panel on top with alpha value 128 to dim the keyboard.? Something like this 1 Edittext : Enter character 2 Keyboard pops up 3 Then lay a panel on top with darker color alpha value 128 .(translucent) Is there an other way to do make the keyboard less brighter.?
Erel B4X founder Staff member Licensed User Longtime User Feb 5, 2016 #2 No. You cannot put any view over the keyboard. You can however change the screen brightness with Phone.SetScreenBrightness Upvote 0
No. You cannot put any view over the keyboard. You can however change the screen brightness with Phone.SetScreenBrightness
J joop Active Member Licensed User Longtime User Feb 5, 2016 #3 Phone.SetScreenBrightness that could work thanks. Upvote 0