This is a work in progress. Many things included are not functional. Documentation will follow.
This projects aims to provide an example or consumable custom CardView that will expand and collapse cleanly with animations.
- Must be implemented as a custom view
- Must self contain animation operations
- Should be configurable via XML & programmatically alike
- Customizable functionality should include:
- title
- subtitle
- expand/collapse icon
- rotation starting point
- rotation ending point
- default start expanded or collapsed
- customizable content within the card
- Nikhil Panju for his amazing project FabFilter
Copyright 2020 Devin Martinolich
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.