Skip to content
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

create abstract Footer class #26

Open
mikemimik opened this issue Dec 6, 2016 · 1 comment
Open

create abstract Footer class #26

mikemimik opened this issue Dec 6, 2016 · 1 comment

Comments

@mikemimik
Copy link
Owner

All the views will eventually be widgets which will take a footer class derived from this abstract or super class.

@mikemimik
Copy link
Owner Author

This is a non trivial task. In order to create a footer that is always at the bottom, and the content runs up until the height of the footer, you need to manage layout. The Scaffold widget is designed to do this.
However using a Scaffold widget is also a non-trivial rewrite of how the calendar is fundamentally displayed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant