Danylo

Results 7 issues of Danylo

**Which API doesn't behave as documented, and how does it misbehave?** With the same audio URL, android works fine, but iOS has some problems. I can describe them as not...

bug
1 backlog

I'm trying to use materialviewpager with recyclerview. But result view depends on what version of code i'm using. For example, when I'm using `recyclerView.setAdapter(new RecyclerViewMaterialAdapter(new RecordsAdapter(getActivity(),records))); MaterialViewPagerHelper.registerRecyclerView(getActivity(), recyclerView);` i'm getting...

I want to use padding right to prevent text in EditText behind of ImageButton that is on the right side of EditText. How should I implement it with your lib?...

enhancement :rocket:
help wanted
bounty

Sometimes the iPhone .gif at the beginning of the readme looks a bit squeezed. Maybe hardcoding the height and width for that .gif is a solution

bug

![Image](https://user-images.githubusercontent.com/16175106/204792049-bd32ec49-8413-4f2b-89df-6215f0369902.png)

Future plans

Changes the ``` Bad:getBalances(true,"1283184"), Bad:getBalances(id: "1283184", refresh: true) ``` to ``` Bad: getBalances(true, "1283184"), Good: getBalances(id: "1283184", refresh: true) ```