Remove AspectRatioImageView

This commit is contained in:
unyoungwax
2016-02-23 14:41:54 +08:00
parent b0b6adc58b
commit 19967e2350
2 changed files with 0 additions and 147 deletions

View File

@@ -10,15 +10,6 @@
<attr name="unFoldedLabel" format="string" />
</declare-styleable>
<declare-styleable name="AspectRatioImageView">
<attr name="aspectRatio" format="float" />
<attr name="aspectRatioEnabled" format="boolean" />
<attr name="dominantMeasurement">
<enum name="width" value="0" />
<enum name="height" value="1" />
</attr>
</declare-styleable>
<!-- Taken from Matt Allen Password Strength View
https://github.com/matt-allen/android-password-strength-indicator -->
<declare-styleable name="PasswordStrengthView">