Michał Szwarc

Results 8 comments of Michał Szwarc

Its problem with _pause_bar_height_ from resources, on some devices with density not full number (like 1.5, 1.3 etc) show little line like this: ![play_btn](https://cloud.githubusercontent.com/assets/1758624/7835393/e70b2e4e-0478-11e5-91b2-aac0d771dcfa.png) On devices with density like 2.0,...

Try change drawable size. Drawing animations depends from drawable size and dimens from XML.

I did not foresee such a situation, this will require more code intervention. The library was supposed to be simple. There are more things missing than this :( It is...

Using release version?

Settings are saved after edit it. Data is not saving when closing activity. But: - you can create custom StorageInterface to save all data in memory; - when activity is...

Basing on this example i make some test and: - there's no need make 40 requests, one is enough - when request is http/1.1 SocketTimeoutException occurs only on first request...