I am using android-gif-drawable library to show gif image in my android application. As you know gif images should be in assets
folder not in drawable
, so android can not switch between different sizes automatically.
How can I handle this for different screen sizes?