César Díez Sánchez
César Díez Sánchez
It would be nice to have the library uploaded to maven central, and just import it via gradle! Thanks mate!
java: /Users/menor/workspace android/RefreshActionItem-master/library/gen/com/manuelpeinado/refreshactionitem/R.java:6: duplicate class: com.manuelpeinado.refreshactionitem.R I've read something about Maven. I think it's maven stuff... Related links: https://github.com/excilys/androidannotations/issues/423
We're using Lombok in our project, but builder doesn't support superclass attributes. Does your library support them?
I'm using your LinearListView as HorizontalListView. the library is not taking the divider padding: ``` xml ``` Thanks!!
Hi!! First of all, great work! I realised that the library doesn't print spans correctly if there are spaces after line breaks. If you work with a rich editor nowadays,...
I've tried the tool in my Fish shell and it doesn't work. Are you thinking about adding support for Fish shell too? Thank you in advance, the tool looks great!
I'm getting an error just doing setContentView. Here is my list layout: ``` ``` Here the staktrace: ``` java.lang.NullPointerException: Attempt to invoke interface method 'int android.widget.ListAdapter.getCount()' on a null object...
I'm not be able to changed padding between grid rows, because the StaggeredGridView doesn't extend from GridView. I think it's a necessary feature! Thank you in advance!
Hi! I am wondering why most of the postfix completions except the NewExpressionPostfixTemplate are available in the latest release of IntelliJ. I'm working in some templates right now, and I...
Add KenbBurnsView support to the library, like [this](https://github.com/flavioarfaria/KenBurnsView) library does