add initial state attribute to FoldableLinearLayout

This commit is contained in:
Vincent Breitmoser
2017-05-15 11:13:57 +02:00
parent 0b405575c8
commit 623d8a0bf5
2 changed files with 42 additions and 31 deletions
@@ -8,6 +8,7 @@
<declare-styleable name="FoldableLinearLayout">
<attr name="foldedLabel" format="string" />
<attr name="unFoldedLabel" format="string" />
<attr name="initializeFolded" format="boolean" />
</declare-styleable>
<!-- Taken from Matt Allen Password Strength View