Alvaro2112/Money_run

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

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
    <translate
        android:duration="1500"
        android:fillAfter="true"
        android:fromXDelta="0%"
        android:toXDelta="65%p" />

</set>