diff options
Diffstat (limited to 'ui/src/main/res/anim/scale_down.xml')
-rw-r--r-- | ui/src/main/res/anim/scale_down.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/main/res/anim/scale_down.xml b/ui/src/main/res/anim/scale_down.xml index b6ece430..3d574180 100644 --- a/ui/src/main/res/anim/scale_down.xml +++ b/ui/src/main/res/anim/scale_down.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<set xmlns:android="http://schemas.android.com/apk/res/android" > +<set xmlns:android="http://schemas.android.com/apk/res/android"> <scale android:duration="300" android:fromXScale="1.0" |