Commit afc77df 1 parent 91b4b05 commit afc77df Copy full SHA for afc77df
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
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
You can’t perform that action at this time.
0 commit comments