UI Kartu Kredit
This commit is contained in:
4
app/src/main/res/anim/fade_out.xml
Normal file
4
app/src/main/res/anim/fade_out.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="300"
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="0.0" />
|
||||
Reference in New Issue
Block a user