add initial state attribute to FoldableLinearLayout

This commit is contained in:
Vincent Breitmoser
2017-02-14 16:18:15 +01:00
parent 0b405575c8
commit 623d8a0bf5
2 changed files with 42 additions and 31 deletions

View File

@@ -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