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
So is there another drawable static field that holds the button pressed color?
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?