Tzlil Gavra

Results 9 comments of Tzlil Gavra

I tested it with few InputStreams and it worked. Did you try with different file? Maybe the problem is with the file? Note that every time you set a GIF...

It appears to me that the android class I'm using, Movie, is having trouble with this gif (and many others). This library is relating on Movie's stream decoding and it...

Sorry, I cannot change Movie's behavior.

No, sorry. In this version it is impossible to play gifs only once.

GIFView.setTimeInGif() sets the gif to the passed time. Your code asked to start the gif from the last frame, if the gif is showing it should repeat from thr start.

You are right, this library only alligns buttons based on the user exact request and does not calculate acual size of buttons. Maybe in future release it will be included....

Look at getTableLayout() and getTableRow(). You can there override and change the layout of the row and table as you like. ``` /** * Returns the table row to set...

Sorry I'm not sure I followed your question. OnClickListener is an interface which tells the activity about click events in the view. The activity has no other way to detect...

Like I said - onClick() is for click events. OnCheckedChangeListener is for state change. I updated the library and added a release [(here)](https://github.com/Gavras/MultiLineRadioGroup/releases/tag/v1.0.0.5.2) to address the issue when methods check()...