@SimpleFunction(description = "")
public void bgset(AndroidViewComponent component,int color) {
View view = component.getView();
view.setBackgroundColor (color);
}
i am trying to set colour of horrizontal arangement
but i get error
gnu.mapping.SimpleSymbol cannot be cast to java.lang.integer
am i doing anything wrong