Skip to content

Instantly share code, notes, and snippets.

@theerasan
Created August 15, 2017 16:38
Show Gist options
  • Save theerasan/167d4644c29acbae39011b814fb057a1 to your computer and use it in GitHub Desktop.
Save theerasan/167d4644c29acbae39011b814fb057a1 to your computer and use it in GitHub Desktop.
<?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