File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 android : configChanges =" orientation|keyboardHidden|screenSize"
4040 android : windowSoftInputMode =" stateAlwaysHidden|adjustPan"
4141 android : screenOrientation =" nosensor"
42- android : exported =" true" >
42+ android : exported =" true"
43+ android : theme =" @style/Theme.Camera" >
4344
4445 <intent-filter >
4546 <action android : name =" android.intent.action.MAIN" />
7273 android : screenOrientation =" nosensor"
7374 android : showWhenLocked =" true"
7475 android : excludeFromRecents =" true"
75- android : exported =" true" >
76+ android : exported =" true"
77+ android : theme =" @style/Theme.Camera" >
7678
7779 <intent-filter >
7880 <action android : name =" android.media.action.STILL_IMAGE_CAMERA_SECURE" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33 <!-- 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+
411 <style name =" Theme.App" parent =" Theme.Material3.DayNight.NoActionBar" >
512 <item name =" android:windowLayoutInDisplayCutoutMode" >shortEdges</item >
613
1320 <item name =" cornerSize" >50%</item >
1421 </style >
1522
16- <style name =" Theme.App.FullscreenDialog" parent =" Theme.App " >
23+ <style name =" Theme.App.FullscreenDialog" parent =" Theme.Material3.DayNight.NoActionBar " >
1724 <item name =" android:windowMinWidthMajor" >80%</item >
1825 <item name =" android:windowMinWidthMinor" >80%</item >
1926 </style >
You can’t perform that action at this time.
0 commit comments