gyrodraw/GyroDraw

View on GitHub
app/src/main/res/anim/press_left.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">

    <scale
        android:duration="35"
        android:fromXScale="1.0"
        android:fromYScale="1.0"
        android:pivotX="0%"
        android:pivotY="50%"
        android:toXScale="0.9"
        android:toYScale="0.9" />
</set>