diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index e129e9268..92a9c382c 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -31,10 +31,10 @@ android:allowBackup="true" android:dataExtractionRules="@xml/data_extraction_rules" android:fullBackupContent="@xml/backup_rules" - android:icon="@mipmap/ic_launcher" + android:icon="@mipmap/ic_launcher_christmas" android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" - android:roundIcon="@mipmap/ic_launcher_round" + android:roundIcon="@mipmap/ic_launcher_round_christmas" android:supportsRtl="true" android:theme="@style/Theme.EatSSUAndroid" android:usesCleartextTraffic="true" diff --git a/app/src/main/res/drawable/ic_launcher_foreground_christmas.png b/app/src/main/res/drawable/ic_launcher_foreground_christmas.png new file mode 100644 index 000000000..a580f4422 Binary files /dev/null and b/app/src/main/res/drawable/ic_launcher_foreground_christmas.png differ diff --git a/app/src/main/res/layout/activity_intro.xml b/app/src/main/res/layout/activity_intro.xml index 51cc98c1d..d40fed1e2 100644 --- a/app/src/main/res/layout/activity_intro.xml +++ b/app/src/main/res/layout/activity_intro.xml @@ -12,7 +12,16 @@ android:layout_height="wrap_content" android:scaleType="centerInside" android:layout_margin="65dp" - android:src="@drawable/img_new_logo_white" + android:src="@drawable/img_logo_snow" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toTopOf="parent" /> + + + + + + diff --git a/app/src/main/res/mipmap-anydpi/ic_launcher_round_christmas.xml b/app/src/main/res/mipmap-anydpi/ic_launcher_round_christmas.xml new file mode 100755 index 000000000..0eff2a96a --- /dev/null +++ b/app/src/main/res/mipmap-anydpi/ic_launcher_round_christmas.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_christmas.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_christmas.webp new file mode 100644 index 000000000..ab316a7ee Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_christmas.webp differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_foreground_christmas.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground_christmas.webp new file mode 100644 index 000000000..3be080c8d Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_foreground_christmas.webp differ diff --git a/app/src/main/res/mipmap-hdpi/ic_launcher_round_christmas.webp b/app/src/main/res/mipmap-hdpi/ic_launcher_round_christmas.webp new file mode 100644 index 000000000..4cbb1e678 Binary files /dev/null and b/app/src/main/res/mipmap-hdpi/ic_launcher_round_christmas.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_christmas.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_christmas.webp new file mode 100644 index 000000000..306996f85 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_christmas.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_foreground_christmas.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground_christmas.webp new file mode 100644 index 000000000..a38bc653b Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_foreground_christmas.webp differ diff --git a/app/src/main/res/mipmap-mdpi/ic_launcher_round_christmas.webp b/app/src/main/res/mipmap-mdpi/ic_launcher_round_christmas.webp new file mode 100644 index 000000000..e6eb30b49 Binary files /dev/null and b/app/src/main/res/mipmap-mdpi/ic_launcher_round_christmas.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_christmas.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_christmas.webp new file mode 100644 index 000000000..23b687942 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_christmas.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground_christmas.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground_christmas.webp new file mode 100644 index 000000000..4a2e6b0ba Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground_christmas.webp differ diff --git a/app/src/main/res/mipmap-xhdpi/ic_launcher_round_christmas.webp b/app/src/main/res/mipmap-xhdpi/ic_launcher_round_christmas.webp new file mode 100644 index 000000000..3d3405ba8 Binary files /dev/null and b/app/src/main/res/mipmap-xhdpi/ic_launcher_round_christmas.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_christmas.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_christmas.webp new file mode 100644 index 000000000..666490089 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_christmas.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground_christmas.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground_christmas.webp new file mode 100644 index 000000000..f5f834408 Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground_christmas.webp differ diff --git a/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_christmas.webp b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_christmas.webp new file mode 100644 index 000000000..a4d3e875b Binary files /dev/null and b/app/src/main/res/mipmap-xxhdpi/ic_launcher_round_christmas.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_christmas.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_christmas.webp new file mode 100644 index 000000000..1162f2c97 Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_christmas.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground_christmas.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground_christmas.webp new file mode 100644 index 000000000..7d7a38e3c Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground_christmas.webp differ diff --git a/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_christmas.webp b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_christmas.webp new file mode 100644 index 000000000..0a6e101ad Binary files /dev/null and b/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round_christmas.webp differ