File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ~
Original file line number Diff line number Diff line change 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" />
Original file line number Diff line number Diff line change 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 ~
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 >
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 >
You can’t perform that action at this time.
0 commit comments