JohnC Well-Known Member Licensed User Jun 27, 2019 #2 If you change the color of just the button, it may look great on your device, but it may clash (conflict) with the color theme on other devices. The best way to handle this situation is to create a theme for your entire app, so that everything will look the same on any device: https://www.b4x.com/android/forum/threads/theme-colors.87716/
If you change the color of just the button, it may look great on your device, but it may clash (conflict) with the color theme on other devices. The best way to handle this situation is to create a theme for your entire app, so that everything will look the same on any device: https://www.b4x.com/android/forum/threads/theme-colors.87716/
Erel Administrator Staff member Licensed User Jun 27, 2019 #3 The simplest way to change the colors is with the designer.
I inakigarm Well-Known Member Licensed User Jun 27, 2019 #4 Randy B. Calahi said: how to change button color? Click to expand... B4X: Dim BtnStartGame as B4XVIEW BtnStartGame.Color=Colors.LightGray
Randy B. Calahi said: how to change button color? Click to expand... B4X: Dim BtnStartGame as B4XVIEW BtnStartGame.Color=Colors.LightGray