2014-03-21 18:43:11 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<resources>
|
|
|
|
|
|
2015-06-11 18:30:39 +02:00
|
|
|
<declare-styleable name="ToolableViewAnimator">
|
|
|
|
|
<attr name="initialView" format="integer" />
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
2014-03-21 18:43:11 +02:00
|
|
|
<declare-styleable name="FoldableLinearLayout">
|
|
|
|
|
<attr name="foldedLabel" format="string" />
|
|
|
|
|
<attr name="unFoldedLabel" format="string" />
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
2015-03-03 16:23:43 -03:00
|
|
|
<!-- Taken from Matt Allen Password Strength View
|
|
|
|
|
https://github.com/matt-allen/android-password-strength-indicator -->
|
|
|
|
|
<declare-styleable name="PasswordStrengthView">
|
|
|
|
|
<attr name="strength" format="enum">
|
|
|
|
|
<enum name="weak" value="0" />
|
|
|
|
|
<enum name="medium" value="1" />
|
|
|
|
|
<enum name="strong" value="2" />
|
|
|
|
|
</attr>
|
|
|
|
|
<attr name="showGuides" format="boolean" />
|
|
|
|
|
<attr name="color_fail" format="color" />
|
|
|
|
|
<attr name="color_weak" format="color" />
|
|
|
|
|
<attr name="color_strong" format="color" />
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
2015-04-25 03:39:40 +02:00
|
|
|
<declare-styleable name="PrefixedEditText">
|
|
|
|
|
<attr name="prefix" format="string" />
|
|
|
|
|
</declare-styleable>
|
|
|
|
|
|
2014-03-21 18:43:11 +02:00
|
|
|
</resources>
|