Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Compass Icon Example-->
- <!-- http://en.miui.com/thread-116561-1-1.html -->
- <?xml version="1.0" encoding="utf-8"?>
- <!-- Compass By S-DeZignX -->
- <Icon version="1" frameRate="0" width="192" height="192" screenWidth="1080" useVariableUpdater="">
- <VariableBinders>
- <SensorBinder type="orientation">
- <Variable name="direction"/>
- </SensorBinder>
- </VariableBinders>
- <Group>
- <Image x="96" y="96" align="center" alignV="center" src="bg.png" />
- <Image x="96" y="96" align="center" alignV="center" pivotX="96" pivotY="96" rotation="-#direction" src="arrow.png" />
- <Image x="96" y="96" align="center" alignV="center" pivotX="96" src="thumb.png" />
- </Group>
- </Icon>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement