milosmns / demo-child-view-visibility

Just a simple demo of how Android ViewGroups work in certain situations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A ViewGroup visibility demo

What's inside

Just a simple demo of how Android ViewGroups work in certain situations.

Details

If you set the visibility flag on any ViewGroup in Android, that visibility flag will not be propagated to that ViewGroup's children. This demo app does the XML setup for GONE, INVISIBLE, and VISIBLE, as well as Java tests for the same set of flags.

If you want to quickly test the APK, download it from here.

Screenshot

More information

People already asked questions, like here: http://stackoverflow.com/q/19775407/2102748

Some useful links:

Support

If you found an error while using the app, please file an issue. All patches are encouraged, and may be submitted by forking this project and submitting a pull request through GitHub. Some more help can be found here:

About

Just a simple demo of how Android ViewGroups work in certain situations

License:MIT License


Languages

Language:Java 100.0%