AndroidDeveloperLB

Results 538 issues of AndroidDeveloperLB

Suppose I use this gif: [gif.zip](https://github.com/koral--/android-gif-drawable/files/2617329/gif.zip) Here's how well it works on live wallpaper, vs on Activity: [videos.zip](https://github.com/koral--/android-gif-drawable/files/2617391/videos.zip) How come? I've tested other solutions of showing GIF/WEBP animation, and they...

question

As the title says... Example: http://nokiatech.github.io/heif/content/image_sequences/starfield_animation.heic Taken from: http://nokiatech.github.io/heif/examples.html

feature-request

This is what I get for this code: ``` final CircularImageView imageView = (CircularImageView) findViewById(R.id.image); new Handler().postDelayed(new Runnable() { @Override public void run() { imageView.setBorderWidth(4); imageView.setBorderColor(0xff000000); imageView.setImageResource(R.drawable.landscape); } },1000); ```...

Try setting this: ``` ``` It will still show a border. Even when I set app:siBorderColor="#00000000" , it still appears...

It just doesn't do anything. Not via code, and not via XML ... how come?

So that I can set it on a normal ImageView (even as the background of it) and it will work.

How exactly does it work? Does it create a new bitmap for each time I set an image?|

I get this error: ![image](https://user-images.githubusercontent.com/5357526/31928585-5683cffe-b8a1-11e7-8e9f-5689ae6959cd.png)

After long time of struggle to import this repo and build it well (reported [here](https://github.com/Tibolte/AgendaCalendarView/issues/128)) , I got an issue that the content of the top area overlaps the one...

Might be an emulator issue, but long clicking an item could stop the ripple animation at some point, which doesn't look nice. I've tested it on the ListView and the...