An open API service indexing awesome lists of open source software.

https://github.com/numeroanddev/editortoolsexample-android


https://github.com/numeroanddev/editortoolsexample-android

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        

# EditorToolsExample-android

* Android Studio 3.2 beta4
* Kotlin 1.2.51

## Bug?
The MotionLayout animation behaves differently when its parent View uses "wrap_content" or "match_parent".

* Use wrap_content
![use_wrap_content.gif](/screens/use_wrap_content.gif)

* Use match_parent
![use_match_parent.gif](/screens/use_match_parent.gif)