diff --git a/src/full/res/drawable-nodpi/logo.png b/src/full/res/drawable-nodpi/logo.png deleted file mode 100644 index 20d386f71..000000000 Binary files a/src/full/res/drawable-nodpi/logo.png and /dev/null differ diff --git a/src/full/res/drawable/ic_splash_activity.xml b/src/full/res/drawable/ic_splash_activity.xml index c7e7bd75e..ddb9515ec 100644 --- a/src/full/res/drawable/ic_splash_activity.xml +++ b/src/full/res/drawable/ic_splash_activity.xml @@ -3,10 +3,8 @@ - - - + \ No newline at end of file diff --git a/src/full/res/layout/activity_about.xml b/src/full/res/layout/activity_about.xml index d498585f4..5b0642a97 100644 --- a/src/full/res/layout/activity_about.xml +++ b/src/full/res/layout/activity_about.xml @@ -42,7 +42,7 @@ android:layout_width="wrap_content" android:layout_height="match_parent" android:layout_gravity="center_vertical" - android:src="@mipmap/ic_launcher_round"/> + android:src="@drawable/ic_launcher"/> + app:srcCompat="@drawable/ic_launcher" /> diff --git a/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/src/main/res/drawable-v26/ic_launcher.xml similarity index 100% rename from src/main/res/mipmap-anydpi-v26/ic_launcher.xml rename to src/main/res/drawable-v26/ic_launcher.xml diff --git a/src/main/res/drawable/ic_launcher.xml b/src/main/res/drawable/ic_launcher.xml new file mode 100644 index 000000000..ac6168dbc --- /dev/null +++ b/src/main/res/drawable/ic_launcher.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/res/drawable/ic_launcher_foreground.xml b/src/main/res/drawable/ic_launcher_foreground.xml index 74b3912be..d81b04e28 100644 --- a/src/main/res/drawable/ic_launcher_foreground.xml +++ b/src/main/res/drawable/ic_launcher_foreground.xml @@ -1,6 +1,6 @@ - - - - \ No newline at end of file diff --git a/src/main/res/mipmap-hdpi/ic_launcher.png b/src/main/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 757383929..000000000 Binary files a/src/main/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/main/res/mipmap-hdpi/ic_launcher_round.png b/src/main/res/mipmap-hdpi/ic_launcher_round.png deleted file mode 100644 index 757383929..000000000 Binary files a/src/main/res/mipmap-hdpi/ic_launcher_round.png and /dev/null differ diff --git a/src/main/res/mipmap-mdpi/ic_launcher.png b/src/main/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index 41be9de98..000000000 Binary files a/src/main/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/main/res/mipmap-mdpi/ic_launcher_round.png b/src/main/res/mipmap-mdpi/ic_launcher_round.png deleted file mode 100644 index 41be9de98..000000000 Binary files a/src/main/res/mipmap-mdpi/ic_launcher_round.png and /dev/null differ diff --git a/src/main/res/mipmap-xhdpi/ic_launcher.png b/src/main/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index fa52dc5da..000000000 Binary files a/src/main/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/src/main/res/mipmap-xhdpi/ic_launcher_round.png deleted file mode 100644 index fa52dc5da..000000000 Binary files a/src/main/res/mipmap-xhdpi/ic_launcher_round.png and /dev/null differ diff --git a/src/main/res/mipmap-xxhdpi/ic_launcher.png b/src/main/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 7b4205d21..000000000 Binary files a/src/main/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/src/main/res/mipmap-xxhdpi/ic_launcher_round.png deleted file mode 100644 index 7b4205d21..000000000 Binary files a/src/main/res/mipmap-xxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/src/main/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 47b1bd07c..000000000 Binary files a/src/main/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png deleted file mode 100644 index 47b1bd07c..000000000 Binary files a/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png and /dev/null differ diff --git a/src/main/res/values/colors.xml b/src/main/res/values/colors.xml index 72ca20eb6..633134384 100644 --- a/src/main/res/values/colors.xml +++ b/src/main/res/values/colors.xml @@ -14,10 +14,10 @@ #FFC107 #dedede - #e0e0e0 - - + @android:color/black + + #00AF9C diff --git a/src/main/res/values/ic_launcher_background.xml b/src/main/res/values/ic_launcher_background.xml deleted file mode 100644 index f307cc63e..000000000 --- a/src/main/res/values/ic_launcher_background.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - #00AF9C - \ No newline at end of file