Where can i find out more information about how to format the Sharebutton for images within Android? I can't get it working correctly and the documentation here is vague.
Please refer the full documentation page for more information about configuring the sharing experience : http://support.addthis.com/customer/portal/articles/381272-addthis-for-android-documentation.
You cannot edit the default sharing button of AddThis SDK, but if you want to show the sharing from your custom button, you can call the following code from your custom button onClick callback : AddThis.presentAddThisMenu(this,"Title","Description",imageBitmap);