Quellcode durchsuchen

ui: tweak fab animation duration

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya vor 4 Jahren
Ursprung
Commit
cfb7f1b016
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 366D7BBAD1031E80
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      ui/src/main/res/anim/scale_down.xml
  2. +1
    -1
      ui/src/main/res/anim/scale_up.xml

+ 1
- 1
ui/src/main/res/anim/scale_down.xml Datei anzeigen

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<scale
android:duration="400"
android:duration="300"
android:fromXScale="1.0"
android:fromYScale="1.0"
android:interpolator="@android:anim/linear_interpolator"


+ 1
- 1
ui/src/main/res/anim/scale_up.xml Datei anzeigen

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" >
<scale
android:duration="400"
android:duration="300"
android:fromXScale="0"
android:fromYScale="0"
android:interpolator="@android:anim/linear_interpolator"


Laden…
Abbrechen
Speichern