In addition, I have removed all the states and components from the itemrenderer except for the button, so now it is just an itemRenderer with a viewButton, and even that didn't help.
So now, I feel like it either has to be a setting in my actual list, I have something configured wrong for Android, or there is a bug of some sort. (Or I could be a total moron and just don't see the problem , that is definitely a likely possibility) <?xml version="1.0" encoding="utf-8"?> <s:ItemRenderer xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" autoDrawBackground="false" dataChange="setValues(event)" xmlns:fxgAssets="fxgAssets.*" initialize="initializeHandler(event)"> <fx:Script> </fx:Script> <s:Button id="viewButton" skinClass="skins.viewButtonSkin" click="viewButtonClickHandler(event)"/> </s:ItemRenderer> -- Sent from: http://apache-flex-users.2333346.n4.nabble.com/