Arthelh/NCNF

View on GitHub
app/src/main/res/anim/slide_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="800"
        android:fromXScale="1.0"
        android:fromYScale="1.0"
        android:toXScale="0.0"
        android:toYScale="1.0" />
</set>