瀏覽代碼

ui: tweak fab animation duration

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4 年之前
父節點
當前提交
cfb7f1b016
沒有發現已知的金鑰在資料庫的簽署中 GPG Key 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"


Loading…
取消
儲存