Created
August 15, 2017 16:38
-
-
Save theerasan/167d4644c29acbae39011b814fb057a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<attr name="imageRatio" format="enum"> | |
<enum name="square" value="0" /> | |
<enum name="W2L1" value="1" /> | |
</attr> | |
<attr name="imageOrientation" format="enum"> | |
<enum name="landscape" value="0"/> | |
<enum name="portrait" value="1"/> | |
</attr> | |
<declare-styleable name="ImageRatioView"> | |
<attr name="imageRatio" /> | |
<attr name="imageOrientation" /> | |
</declare-styleable> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment