ソースを参照

ui: tweak fab animation duration

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4年前
コミット
cfb7f1b016
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 366D7BBAD1031E80
2個のファイルの変更2行の追加2行の削除
  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 ファイルの表示

@@ -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 ファイルの表示

@@ -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"


読み込み中…
キャンセル
保存