diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-16 10:37:21 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-09-16 10:37:21 +0200 |
commit | 8b9a40b3d751cf723c822e3ca317735a99f09cab (patch) | |
tree | 22889ac77bc8a52f1f759cf5f35aa135e803db3a /ui/src/main/res | |
parent | 4b36df504c13dbd8cbcdc2f8a324d07a1e5b3837 (diff) |
global: lint codebase with recent changes
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'ui/src/main/res')
-rw-r--r-- | ui/src/main/res/anim/scale_down.xml | 2 | ||||
-rw-r--r-- | ui/src/main/res/anim/scale_up.xml | 2 |
2 files changed, 2 insertions, 2 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" diff --git a/ui/src/main/res/anim/scale_up.xml b/ui/src/main/res/anim/scale_up.xml index 07dd5787..e429b8bf 100644 --- a/ui/src/main/res/anim/scale_up.xml +++ b/ui/src/main/res/anim/scale_up.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="0" |