Button pressed background color

aalekizoglou

Member
Licensed User
Longtime User
I would like to get the button pressed background color in order to use it in my CustomListView.

I suppose in the following code we retrieve the list_selector_background to use it in later
B4X:
idPressed = r.GetStaticField("android.R$drawable", "list_selector_background")

So is there another drawable static field that holds the button pressed color?
 
Top