File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
android : label =" @string/app_name"
35
35
android : roundIcon =" @mipmap/ic_launcher_round"
36
36
android : supportsRtl =" true"
37
- android : theme =" @style/Theme.KotlinLiteKit"
37
+ android : theme =" @style/Theme.KotlinLiteKit.NoActionBar "
38
38
android : usesCleartextTraffic =" true" >
39
39
<activity
40
40
android : name =" .view.WelcomeActivity"
Original file line number Diff line number Diff line change 2
2
<!-- Base application theme. -->
3
3
<!-- android:theme="@style/Theme.MaterialComponents.Light.NoActionBar"--> <!-- 圆方紫色按钮白字 -->
4
4
<!-- android:theme="@style/Theme.AppCompat.Light.NoActionBar"--> <!-- 默认 -->
5
- <style name =" Base.Theme.KotlinLiteKit" parent =" Theme.MaterialComponents.Light.NoActionBar" >
5
+ <style name =" Base.Theme.KotlinLiteKit.NoActionBar " parent =" Theme.MaterialComponents.Light.NoActionBar" >
6
6
<!-- Customize your light theme here. -->
7
7
<item name =" colorPrimary" >@color/mainColor</item >
8
8
</style >
9
9
10
- <style name =" Theme.KotlinLiteKit" parent =" Base.Theme.KotlinLiteKit" />
10
+ <style name =" Theme.KotlinLiteKit.NoActionBar " parent =" Base.Theme.KotlinLiteKit.NoActionBar " />
11
11
12
- <style name =" Theme.BigImageActivity" parent =" Theme.KotlinLiteKit" >
12
+ <style name =" Theme.BigImageActivity" parent =" Theme.KotlinLiteKit.NoActionBar " >
13
13
<item name =" android:windowAnimationStyle" >@style/ActivityInOutAnimation</item >
14
14
</style >
15
15
</resources >
You can’t perform that action at this time.
0 commit comments