This code used to work like suggest on Xamarin forum but no longer seems to be working. Does anyone know how to get the background color of an item in Android?
app.Query(x => x.Id("yourButton").Invoke("getBackground").Invoke("getColor"));
When I execute it, i get error message telling me that "No such method found: getColor()"