Skip to content

Displays a collapsible content panel for presenting information in a limited amount of space.

Notifications You must be signed in to change notification settings

utopiadevelopers/AccordianView-Android

Repository files navigation

AccordianView-Android

An Accordion View for android. Displays a collapsible content panel for presenting information in a limited amount of space. The Library is extremely simple to Use.

Usage

Just add the accordion view in your view heirarchy and reference your handle and content views.

Custom Attributes

Manditory

<attr name="addHandle" format="reference" />
<attr name="addContent" format="reference" />

Optional

<attr name="backgroundOpen" format="reference" />
<attr name="backgroundClosed" format="reference" />
<attr name="contentVisible" format="boolean" />

About

Displays a collapsible content panel for presenting information in a limited amount of space.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published