From b4071a5dae215b0cde5cb22cecdc69308f4cf7f7 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Thu, 3 Nov 2022 20:01:57 +0100 Subject: [PATCH] Implement first animated drawable --- .../animator/splash_screen_bread_low_y.xml | 6 +++ .../drawable/ic_splash_screen_bread_low.xml | 51 ++++++++++--------- .../res/drawable/splash_screen_animated.xml | 9 ++++ 3 files changed, 43 insertions(+), 23 deletions(-) create mode 100644 app/src/main/res/animator/splash_screen_bread_low_y.xml create mode 100644 app/src/main/res/drawable/splash_screen_animated.xml diff --git a/app/src/main/res/animator/splash_screen_bread_low_y.xml b/app/src/main/res/animator/splash_screen_bread_low_y.xml new file mode 100644 index 0000000..e96a62a --- /dev/null +++ b/app/src/main/res/animator/splash_screen_bread_low_y.xml @@ -0,0 +1,6 @@ + + \ No newline at end of file diff --git a/app/src/main/res/drawable/ic_splash_screen_bread_low.xml b/app/src/main/res/drawable/ic_splash_screen_bread_low.xml index d979778..014afee 100644 --- a/app/src/main/res/drawable/ic_splash_screen_bread_low.xml +++ b/app/src/main/res/drawable/ic_splash_screen_bread_low.xml @@ -1,25 +1,30 @@ - - - - - + android:width="132dp" + android:height="97dp" + android:viewportWidth="315" + android:viewportHeight="231"> + + + + + + + + diff --git a/app/src/main/res/drawable/splash_screen_animated.xml b/app/src/main/res/drawable/splash_screen_animated.xml new file mode 100644 index 0000000..be54cdf --- /dev/null +++ b/app/src/main/res/drawable/splash_screen_animated.xml @@ -0,0 +1,9 @@ + + + + + + \ No newline at end of file