diff --git a/app/src/main/res/animator/splash_screen_bread_low_y.xml b/app/src/main/res/animator/splash_screen_bread_low.xml
similarity index 88%
rename from app/src/main/res/animator/splash_screen_bread_low_y.xml
rename to app/src/main/res/animator/splash_screen_bread_low.xml
index e96a62a..29f2d8f 100644
--- a/app/src/main/res/animator/splash_screen_bread_low_y.xml
+++ b/app/src/main/res/animator/splash_screen_bread_low.xml
@@ -3,4 +3,4 @@
android:duration="500"
android:propertyName="translateY"
android:valueFrom="0"
- android:valueTo="130" />
\ No newline at end of file
+ android:valueTo="140" />
\ No newline at end of file
diff --git a/app/src/main/res/animator/splash_screen_cheese.xml b/app/src/main/res/animator/splash_screen_cheese.xml
new file mode 100644
index 0000000..db46646
--- /dev/null
+++ b/app/src/main/res/animator/splash_screen_cheese.xml
@@ -0,0 +1,7 @@
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/ic_splash_screen.xml b/app/src/main/res/drawable/ic_splash_screen.xml
index dac769d..283ea89 100644
--- a/app/src/main/res/drawable/ic_splash_screen.xml
+++ b/app/src/main/res/drawable/ic_splash_screen.xml
@@ -1,10 +1,147 @@
-
+ android:width="144dp"
+ android:height="144dp"
+ android:viewportWidth="315"
+ android:viewportHeight="289">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -25,4 +162,20 @@
android:fillColor="#ffffff"
android:pathData="M107.52,15.62C111.12,17.11 107.6,21.38 102.99,20.3C94.25,18.28 85.57,16.16 76.67,14.34C71.5,13.28 58.08,9.79 55.5,15.93C54.84,17.52 56.06,18.67 58.16,19.53C61.97,21.11 68.63,21.69 71.92,22.04C79.29,22.82 86.89,23.09 94.19,23.99C99.38,24.58 104.47,25.82 109.36,27.67C115.48,30.2 119.23,33.93 114.48,38.97C106,47.97 88.43,46.78 76.79,43.73C73.03,42.72 69.35,41.45 65.76,39.93C63.92,39.18 62.11,38.38 60.3,37.6C58.5,36.81 56.7,36.02 54.86,35.27C50.58,33.44 46.15,31.99 41.61,30.95C36.64,29.83 28.05,27.91 23.2,31.33C17.71,35.22 22.43,38.49 27.24,40.47C37.78,44.79 51.05,46 63.46,48.15C69.54,49.11 75.52,50.63 81.32,52.69C82.25,53.04 83.23,53.41 84.2,53.81C88.09,55.42 91.96,57.52 92.17,60.47C92.46,64.71 85.54,68.52 78.76,69.48C71.43,70.51 64,69.19 58.03,67.4C55.72,66.68 53.52,65.87 51.37,64.98C49.93,64.38 48.49,63.76 47.05,63.14C45.61,62.53 44.17,61.89 42.73,61.29C36.65,58.78 30.21,56.73 21.81,56.97C21.05,57.02 20.29,56.91 19.57,56.64C16.87,55.53 18.74,51.96 23.34,51.83C31.06,51.64 38.73,53.03 45.9,55.9C46.42,56.1 46.93,56.31 47.44,56.53C49.08,57.2 50.67,57.91 52.25,58.62C53.84,59.34 55.39,60.02 57,60.68C59.46,61.72 61.98,62.59 64.55,63.27C68.3,64.29 72.18,64.75 76.07,64.63C78.86,64.52 84.09,63.19 83.35,61.09C83.02,60.14 81.38,59.28 79.64,58.56C78.33,58.02 76.96,57.56 76.04,57.21C72.96,56.06 69.81,55.13 66.6,54.43C54.69,51.75 41.46,50.83 29.97,47.66C26.94,46.86 23.96,45.88 21.04,44.73C18.54,43.79 16.24,42.42 14.22,40.67C10.73,37.34 11.55,32.79 15.86,29.15C25.71,20.82 44.03,25.11 53.94,28.51C56.1,29.23 58.19,30.07 60.23,30.91C61.89,31.59 63.53,32.3 65.16,33C66.78,33.7 68.37,34.38 69.99,35.05C76.04,37.55 82.37,39.76 90.15,40.67C96.05,41.39 104.08,40.93 107.24,36.7C108.71,34.73 106.73,33.16 103.92,32.01C101.53,31.09 99.05,30.4 96.53,29.93C84.16,27.45 69.86,28.2 57.71,25.34C55.88,24.93 54.09,24.37 52.35,23.68C48.48,22.09 45.87,19.79 46.67,16.41C47.67,12.09 54.3,8.25 61.5,7.39C69.19,6.47 77.11,8.74 83.69,10.17C91.38,11.83 98.97,13.64 106.58,15.39C106.9,15.44 107.21,15.52 107.52,15.62Z" />
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/drawable/splash_screen_animated.xml b/app/src/main/res/drawable/splash_screen_animated.xml
index be54cdf..3dde106 100644
--- a/app/src/main/res/drawable/splash_screen_animated.xml
+++ b/app/src/main/res/drawable/splash_screen_animated.xml
@@ -1,9 +1,13 @@
+ android:drawable="@drawable/ic_splash_screen">
+ android:name="breadLow"
+ android:animation="@animator/splash_screen_bread_low" />
+
+
\ No newline at end of file