John Shelley
John Shelley
@petersnoopy I would agree with @h6ah4i timehops lib works well, and its modular enough that you could use both in conjunction
Whats that status of this @nhaarman can we get a merge? Any reason for the backups? `tools:replace` doesn't seem to work in my project.
Just thought I'd let you both know we're working on a RecyclerView swipe to delete implementation, so any animators for it would be great: https://github.com/daimajia/AndroidSwipeLayout/pull/64
@Zordid That would work for the list view but what about the other views? Seems more scalable to have an overall method by allowing the class to implement a View.OnClickListener...
@ManuelPeinado Sounds good. I'll see how much free time I have this week to send a pull request. Otherwise I'll be watching the issue to see if anything changes!
@ManuelPeinado Just letting you know my company has switched design paths and isn't going to be using Fading Action Bar. If I had the time I would love to contribute...
I'd like to see what they say over in https://github.com/47deg/android-swipelistview/issues/181 If they do the exact same thing (swipe view) and you forked from them then I see them somewhat the...
For those still looking for a clean progress bar too: https://github.com/ckurtm/FabButton
Yes I can reproduce it in the example app even. I'll upload an image/video sometime this week.
@blazsolar No I was thinking the same thing really, either that or when the new line is created, add the children to a LinearLayout and center that within the FlowLayout....