File tree Expand file tree Collapse file tree 5 files changed +22
-31
lines changed Expand file tree Collapse file tree 5 files changed +22
-31
lines changed Original file line number Diff line number Diff line change 27
27
tools : node =" remove" />
28
28
29
29
<activity
30
- android : name =" .SplashActivity"
31
- android : theme =" @style/Theme.Splash"
30
+ android : name =" .MainActivity"
32
31
android : exported =" true" >
33
32
34
33
<intent-filter >
35
34
<action android : name =" android.intent.action.MAIN" />
36
35
37
36
<category android : name =" android.intent.category.LAUNCHER" />
38
37
</intent-filter >
39
- </activity >
40
38
41
- < activity
42
- android : name =" .MainActivity "
43
- android : exported = " false " >
39
+ < meta-data
40
+ android : name =" android.app.lib_name "
41
+ android : value = " " / >
44
42
</activity >
45
43
</application >
46
44
</manifest >
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ <resources >
2
+ <style name =" Theme.PlzStop" parent =" Theme.Material3.Light.NoActionBar" >
3
+ <item name =" colorPrimary" >@color/purple_500</item >
4
+ <item name =" colorPrimaryVariant" >@color/purple_700</item >
5
+ <item name =" colorOnPrimary" >@color/white</item >
6
+
7
+ <item name =" colorSecondary" >@color/teal_200</item >
8
+ <item name =" colorSecondaryVariant" >@color/teal_700</item >
9
+ <item name =" colorOnSecondary" >@color/black</item >
10
+
11
+ <item name =" android:windowLightStatusBar" >true</item >
12
+ <item name =" android:windowBackground" >@color/main_dark_grey</item >
13
+ <item name =" android:windowSplashScreenAnimatedIcon" >@drawable/ic_place_marker</item >
14
+ </style >
15
+ </resources >
Original file line number Diff line number Diff line change 1
- <resources xmlns : tools =" http://schemas.android.com/tools" >
2
- <!-- Base application theme. -->
1
+ <resources >
3
2
<style name =" Theme.PlzStop" parent =" Theme.Material3.Light.NoActionBar" >
4
- <!-- Primary brand color. -->
5
3
<item name =" colorPrimary" >@color/purple_500</item >
6
4
<item name =" colorPrimaryVariant" >@color/purple_700</item >
7
5
<item name =" colorOnPrimary" >@color/white</item >
8
- <!-- Secondary brand color. -->
6
+
9
7
<item name =" colorSecondary" >@color/teal_200</item >
10
8
<item name =" colorSecondaryVariant" >@color/teal_700</item >
11
9
<item name =" colorOnSecondary" >@color/black</item >
12
- <!-- Status bar color. -->
10
+
13
11
<item name =" android:windowLightStatusBar" >true</item >
14
- <!-- Customize your theme here. -->
15
12
</style >
16
13
</resources >
You can’t perform that action at this time.
0 commit comments