JohnC Expert Licensed User Longtime 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/ Upvote 0
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 B4X founder Staff member Licensed User Longtime User Jun 27, 2019 #3 The simplest way to change the colors is with the designer. Upvote 0
I inakigarm Well-Known Member Licensed User Longtime 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 Upvote 1
Randy B. Calahi said: how to change button color? Click to expand... B4X: Dim BtnStartGame as B4XVIEW BtnStartGame.Color=Colors.LightGray