smarteist / Android-Image-Slider

Android Auto Image Slider
Apache License 2.0
947 stars 298 forks source link

Only shows white background #120

Open ivanacu007 opened 4 years ago

ivanacu007 commented 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.

hsur753 commented 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"/>
muarachmann commented 4 years ago

Why is this happening? I have the same issue

muarachmann commented 4 years ago

I could solve it by doing this - android:background="@android:color/transparent" or you can put your own custom color in there