Results 50 comments of Olmo Gallegos

Hello, thanks for the detailed info and the code sample. Finding the cause with this information is much easier. Note that you are closing the adapter in `onDestroy()` and only...

Double shift (Search everywhere) and write "Android Holo", you'll see the plugin

If you have a look at [the code](https://github.com/mancj/MaterialSearchBar/blob/master/library/src/main/java/com/mancj/materialsearchbar/MaterialSearchBar.java), the nav icon can't be set. There is no `setNavIcon` method or `app:mt_navIcon` XML attribute. Probably changing it is not an easy...

Hi @GeronimoKTT I can run the library and read a QR code in a physical device succesfully. Which version of Android are you using? If it's above Marshmallow, don't forget...

Yes sorry, my explaination was lacking details. I tried to copy this code you provide in the README file @Override public View getView(final int position, View convertView, ViewGroup parent) {...

Yes it does, if you have a look at `com.github.gcacace.signaturepad.utils.SignaturePadBindingAdapter`, it uses various `@BindingAdapter` annotations. So I guess it is mandatory to include it. I wonder if the library can...

It is not that weird my friend :) the developer of this awesome library has 80+ open issues and a life, and might be really busy :P so the community...

> what if slide it bottom to top and vice versa top to bottom...? in which syntax should we declare to achieve this functionality? #7 and the related issues.

I'm afraid it is not possible to change the background color of the Pdf document

:eyes: I've got my eyes on this issue, as Travis also fails for me due to the same cause