gyrodraw/GyroDraw

View on GitHub
app/src/main/res/anim/bounce_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="2000"
        android:fromXScale="0.9"
        android:fromYScale="0.9"
        android:pivotX="0%"
        android:pivotY="50%"
        android:toXScale="1.0"
        android:toYScale="1.0" />
</set>