소스 검색

ui: tweak fab animation duration

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4 년 전
부모
커밋
cfb7f1b016
No known key found for this signature in database 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"


불러오는 중...
취소
저장