button colors

  1. S

    Android Question Play button Exoplayer not visible after change color

    Hi, using this https://www.b4x.com/android/forum/threads/exoplayer-controls-color.142235/post-901743 to eye-candy the player a bit, the Play button is not visible until you touch it twice, so play and then pause. (on real device) How to get it visible before it is touched? Thank you.
  2. Richard Goh

    Android Question How To Set and Reset Button Background SatelistDrawable Colors

    Hi I have 3 buttons which have set the background color setting in form designer. What I want to know is how can I set only button background color when the button is clicked without affecting others setting like alpha level, corner radius, border width, border color, and etc. for that button...
  3. E

    Android Question Button colors

    Good morning people, Sorry for English. Please would like to simulate 4 color changing buttons quickly, similar to the genius game. I tried to do that and it didn't work out. for i=1 to 300 btn1.colors = colors.red sleep(3000) btn2.colors = colors.green sleep(3000)...
Top