ZoomLayout
Menu toggle
latest: v1.9.0 GitHub

Everyone is welcome to contribute with suggestions or pull requests, as the library is under active development, although it has reached a high level of stability.

We are grateful to anyone who has contributed with fixes, features or feature requests. If you don’t want to get involved but still want to support the project, please consider donating.

Bug reports

Please make sure to fill the bug report issue template on GitHub. We highly recommend to try to reproduce the bug in the demo app, as this helps a lot in debugging and excludes programming errors from your side.

Make sure to include:

  • A clear and concise description of what the bug is
  • Library version, device type, Android API level
  • Exact steps to reproduce the issue
  • Description of the expected behavior

Recommended extras:

  • Screenshots
  • LogCat logs (use ZoomLogger.setLogLevel(LEVEL_VERBOSE) to print all)
  • Link to a GitHub repo where the bug is reproducible

Pull Requests

Please open an issue first.

Unless your PR is a simple fix (typos, documentation, bugs with obvious solution), opening an issue will let us discuss the problem, take design decisions and have a reference to the issue description.

Writing unit tests will be highly appreciated.

License

This project is licensed under Apache 2.0.

Copyright (C) 2020 Mattia Iavarone

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.