-
-
Notifications
You must be signed in to change notification settings - Fork 279
Update UI of OpenNodeDialog #651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update UI of OpenNodeDialog #651
Conversation
|
|
and add a Cancel button at the bottom of the dialog. I like it in general though. |
app/src/main/kotlin/com/simplemobiletools/notes/pro/dialogs/OpenNoteDialog.kt
Outdated
Show resolved
Hide resolved
|
|
I have added a plus below "Create a new note", but it doesn't look right to me. I also tried making the text larger on that card, but it still didn't feel right. I will try to find other options to make it bigger and more noticeable, without making it weird. |
|
nope, doesnt look good indeed :D try checking some other apps, how they do it |
|
not a fan of those and having it at the bottom wastes useful space. Have you researched other apps? |
Haven't really found examples of grids with this kind of extra button. I usually just saw lists or completely separate button for adding new items. Not sure if it makes sense to move it up to the top then :/ |
609eb97 to
da61c2e
Compare
|
lets just add a fab there at the bottom right corner, like when creating a new folder at the destination picker in the file manager etc, people are used to that |
|
add some bottom padding to the list so that if you scroll down as much as possible, the fab doesnt cover up any items |
|
yeah thanks, this looks good to me. It is a pretty nice and elegant solution |



This is related to #641