Skip to content

Commit 87ff1ca

Browse files
update splash icon
1 parent 68d7c21 commit 87ff1ca

3 files changed

Lines changed: 28 additions & 4 deletions

File tree

app/src/main/res/drawable/ic_splash.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!--
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
22
~ WiFiAnalyzer
33
~ Copyright (C) 2015 - 2022 VREM Software Development <VREMSoftwareDevelopment@gmail.com>
44
~
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
2+
~ WiFiAnalyzer
3+
~ Copyright (C) 2015 - 2022 VREM Software Development <VREMSoftwareDevelopment@gmail.com>
4+
~
5+
~ This program is free software: you can redistribute it and/or modify
6+
~ it under the terms of the GNU General Public License as published by
7+
~ the Free Software Foundation, either version 3 of the License, or
8+
~ (at your option) any later version.
9+
~
10+
~ This program is distributed in the hope that it will be useful,
11+
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
~ GNU General Public License for more details.
14+
~
15+
~ You should have received a copy of the GNU General Public License
16+
~ along with this program. If not, see <http://www.gnu.org/licenses/>
17+
-->
18+
19+
<inset xmlns:android="http://schemas.android.com/apk/res/android"
20+
android:drawable="@drawable/ic_splash"
21+
android:insetLeft="24dp"
22+
android:insetRight="24dp"
23+
android:insetTop="24dp"
24+
android:insetBottom="24dp" />

app/src/main/res/values/styles.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<!--
1+
<?xml version="1.0" encoding="utf-8"?><!--
32
~ WiFiAnalyzer
43
~ Copyright (C) 2015 - 2022 VREM Software Development <VREMSoftwareDevelopment@gmail.com>
54
~
@@ -18,6 +17,7 @@
1817
-->
1918

2019
<resources>
20+
2121
<style name="ThemeDark" parent="Theme.AppCompat">
2222
<item name="android:windowAnimationStyle">@style/WindowAnimationTransition</item>
2323
<item name="android:actionMenuTextColor">@color/selected</item>
@@ -55,7 +55,7 @@
5555

5656
<style name="ThemeSplash" parent="Theme.SplashScreen">
5757
<item name="windowSplashScreenBackground">@color/background</item>
58-
<item name="windowSplashScreenAnimatedIcon">@drawable/ic_splash</item>
58+
<item name="windowSplashScreenAnimatedIcon">@drawable/splash_inset</item>
5959
<item name="windowSplashScreenAnimationDuration">200</item>
6060
<item name="postSplashScreenTheme">@style/ThemeDarkNoActionBar</item>
6161
</style>

0 commit comments

Comments
 (0)