Open ivanacu007 opened 4 years ago
Only shows white background when i add an item, the item adds correctly but image not showing. I'd made the example code, with button to add item, remove last item and renew items. Hope some help.
Make sure you've given "Internet Permissions" in your AndroidManifest.xml
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
Why is this happening? I have the same issue
I could solve it by doing this - android:background="@android:color/transparent"
or you can put your own custom color in there
Only shows white background when i add an item, the item adds correctly but image not showing. I'd made the example code, with button to add item, remove last item and renew items. Hope some help.