ToDoList icon indicating copy to clipboard operation
ToDoList copied to clipboard

Micro-Transitions for Smooth Android To-Do List Animations

Results 19 ToDoList issues
Sort by recently updated
recently updated
newest added

The "Plus" animation is delightful and It is smooth to replace the EditText's cursor with the custom cursor. But the problem I find is that I can't change the cursor...

I have found very useful this library then i have updated to AndroidX.

HI I am abdur rahman i need help to please I have made a to do list and a close button but I do not use the fade out I...

I found this library great. However there some gaps that I have found. This will be greater if you please solve these issues to make this library more dynamic. 1....

So the issue is I cannot override the width and height of the actual layout. My phone has a 4k screen so I have got tons of pixels and the...

Error inflating class com.yalantis.beamazingtoday.ui.widget.BatRecyclerView

Currently it looks nice until real reordering(by drag for example) is needed. How this could be done?

super(context, attrs, defStyleAttr); LayoutInflater.from(context).inflate(layout.bat_recycler_view, this, true); this two lines go into infinite loop. In log only D/TextView: setTypeface with style : 0 It works in orginal example but using it...

This changes make it runnable in latest android studio and gradle version. At least work on my machine. should fix https://github.com/Yalantis/ToDoList/issues/10 issue.

Swipe works fine when compile project(':library') is used. but when I comment that and use outside library // compile 'com.github.yalantis:todolist:v1.0.1' After swipes I got exceptions. There should not be such...