↧
Android TableViewRow selectedColor, selectedBackgroundColor, ... not working...
Hello again! I have problems defining a cell-selection style on android, when clicking/tapping/touching on the table-row. here is my small sample code: // create window var win =...
View ArticleHow to set TableViewRow selectedColor property globally in Alloy
I want to set TableViewRow selectedColor property globally in Alloy. I have tried using the following way but it doesn't show me the actual color I am setting. It still shows default Blue color....
View Articleselected text color for android
I wanna set selected text color of button for android. But, 'selectedColor' property can't be used in android. Do you have any idea?
View Article