Commit 7876f643 authored by 0xd9a's avatar 0xd9a
Browse files

Make transition animations faster

parent 96cb7740
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="?attr/motionDurationLong1">
    android:duration="@android:integer/config_shortAnimTime">
    <alpha
        android:fromAlpha="0.0"
        android:toAlpha="1.0" />
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="?attr/motionDurationLong1">
    android:duration="@android:integer/config_shortAnimTime">
    <alpha
        android:fromAlpha="1.0"
        android:toAlpha="0.0" />
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="?attr/motionDurationLong1">
    android:duration="@android:integer/config_shortAnimTime">
    <alpha
        android:fromAlpha="0.0"
        android:toAlpha="1.0" />
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="?attr/motionDurationLong1">
    android:duration="@android:integer/config_shortAnimTime">
    <alpha
        android:fromAlpha="1.0"
        android:toAlpha="0.0" />