-
Notifications
You must be signed in to change notification settings - Fork 375
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
Make headline dialog work in view mode #2206
Conversation
headline-dialog-in-view-mode.mp4 |
Nice. How do you have rounded dialog corners though? |
app/src/main/java/net/gsantner/markor/activity/DocumentEditAndViewFragment.java
Outdated
Show resolved
Hide resolved
This is my old device which was flashed a custom ROM crDroid, I guess this ROM modified the style of the dialog. Anyway, it does look much better. |
conflicts |
# Conflicts: # app/src/main/java/net/gsantner/markor/activity/DocumentEditAndViewFragment.java # app/src/main/java/net/gsantner/markor/format/ActionButtonBase.java
@gsantner . Conflicts has been resolved, it is ready to be merged now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @guanglinn , merging! 😄
Had been looking forward to this moment for a long time! 😄 |
Thanks for help, and your patience |
I made the headline dialog work in view mode. This feature could meet the requirements in the suggestions from PR #2190.