Android-Image-Slider icon indicating copy to clipboard operation
Android-Image-Slider copied to clipboard

Only shows white background

Open ivanacu007 opened this issue 4 years ago • 3 comments

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.

ivanacu007 avatar Apr 11 '20 01:04 ivanacu007

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"/>

hsur753 avatar Apr 14 '20 03:04 hsur753

Why is this happening? I have the same issue

muarachmann avatar Jul 15 '20 21:07 muarachmann

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

muarachmann avatar Jul 15 '20 21:07 muarachmann