mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-25 00:16:56 +00:00
10 lines
286 B
XML
10 lines
286 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<set xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:interpolator="@android:interpolator/accelerate_quint">
|
||
|
|
||
|
<alpha
|
||
|
android:duration="350"
|
||
|
android:fromAlpha="1.0"
|
||
|
android:toAlpha="0.00"/>
|
||
|
</set>
|