Settings and other things
This commit is contained in:
6
mastodon/src/main/res/anim/fade_out_fast.xml
Normal file
6
mastodon/src/main/res/anim/fade_out_fast.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:duration="200"
|
||||
android:interpolator="@android:anim/decelerate_interpolator"
|
||||
android:fromAlpha="1.0"
|
||||
android:toAlpha="0.0"/>
|
||||
Reference in New Issue
Block a user