Make foldable settings in EncryptActivity a separate widget

This commit is contained in:
uberspot
2014-03-21 18:43:11 +02:00
parent 1b57a10bb6
commit 8f37569967
6 changed files with 329 additions and 140 deletions

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="FoldableLinearLayout">
<attr name="foldedLabel" format="string" />
<attr name="unFoldedLabel" format="string" />
<attr name="foldedIcon" format="string" />
<attr name="unFoldedIcon" format="string" />
</declare-styleable>
</resources>