Hamid
Results
2
comments of
Hamid
@staltz For Trello, there are logos on https://trello.com/about/branding If you need a specific size or format let me know and I'll get them over
Slight modification to invoke double invocation: ``` @Override public boolean onSingleTapUp(MotionEvent ev) { if (mRemoveEnabled && mRemoveMode == CLICK_REMOVE) { if (mClickRemoveHitPos != MISS) { mDslv.removeItem(mClickRemoveHitPos - mDslv.getHeaderViewsCount()); } }...