Commit 7e0991d 1 parent 2e4cb5b commit 7e0991d Copy full SHA for 7e0991d
File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 39
39
android : configChanges =" orientation|keyboardHidden|screenSize"
40
40
android : windowSoftInputMode =" stateAlwaysHidden|adjustPan"
41
41
android : screenOrientation =" nosensor"
42
- android : exported =" true" >
42
+ android : exported =" true"
43
+ android : theme =" @style/Theme.Camera" >
43
44
44
45
<intent-filter >
45
46
<action android : name =" android.intent.action.MAIN" />
72
73
android : screenOrientation =" nosensor"
73
74
android : showWhenLocked =" true"
74
75
android : excludeFromRecents =" true"
75
- android : exported =" true" >
76
+ android : exported =" true"
77
+ android : theme =" @style/Theme.Camera" >
76
78
77
79
<intent-filter >
78
80
<action android : name =" android.media.action.STILL_IMAGE_CAMERA_SECURE" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<resources >
3
3
<!-- Base application theme. -->
4
+ <style name =" Theme.Camera" parent =" Theme.Material3.Dark.NoActionBar" >
5
+ <item name =" android:windowLayoutInDisplayCutoutMode" >shortEdges</item >
6
+
7
+ <item name =" android:navigationBarColor" >@android:color/transparent</item >
8
+ <item name =" android:statusBarColor" >@android:color/transparent</item >
9
+ </style >
10
+
4
11
<style name =" Theme.App" parent =" Theme.Material3.DayNight.NoActionBar" >
5
12
<item name =" android:windowLayoutInDisplayCutoutMode" >shortEdges</item >
6
13
13
20
<item name =" cornerSize" >50%</item >
14
21
</style >
15
22
16
- <style name =" Theme.App.FullscreenDialog" parent =" Theme.App " >
23
+ <style name =" Theme.App.FullscreenDialog" parent =" Theme.Material3.DayNight.NoActionBar " >
17
24
<item name =" android:windowMinWidthMajor" >80%</item >
18
25
<item name =" android:windowMinWidthMinor" >80%</item >
19
26
</style >
You can’t perform that action at this time.
0 commit comments