add ToolableViewAnimator

This commit is contained in:
Vincent Breitmoser
2015-06-11 18:30:39 +02:00
parent 0b3317600b
commit 66e7876abd
2 changed files with 65 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="ToolableViewAnimator">
<attr name="initialView" format="integer" />
</declare-styleable>
<declare-styleable name="FoldableLinearLayout">
<attr name="foldedLabel" format="string" />
<attr name="unFoldedLabel" format="string" />