Fade in the box art when loading from the network

This commit is contained in:
Cameron Gutman
2020-06-10 22:52:37 -07:00
parent beccd7a4ac
commit b5bd329ada
2 changed files with 38 additions and 9 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android">
<alpha
android:fromAlpha="1.0"
android:toAlpha="0.0"
android:interpolator="@android:anim/accelerate_interpolator"
android:duration="100"/>
</set>