File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88
99 defaultConfig {
1010 minSdk = 26
11- targetSdk = 33
11+ targetSdk = 35
1212
1313 val file = File (projectDir, " targetClass.txt" )
1414 if (! file.exists()) {
Original file line number Diff line number Diff line change 66 android : layout_width =" match_parent"
77 android : layout_height =" match_parent"
88 android : padding =" 12dp"
9+ style =" @style/AppTheme.Edge2EdgeFix"
910 tools : context =" de.binarynoise.classHunter.SetScopeActivity"
1011 >
1112
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <resources >
3+ <style name =" AppTheme" />
4+ <style name =" AppTheme.Edge2EdgeFix" >
5+ <item name =" android:fitsSystemWindows" >true</item >
6+ </style >
7+ </resources >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
12<LinearLayout
23 xmlns : android =" http://schemas.android.com/apk/res/android"
34 android : layout_width =" match_parent"
45 android : layout_height =" match_parent"
6+ style =" @style/AppTheme.Edge2EdgeFix"
57 >
68
79 <FrameLayout
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
33 <style name =" AppTheme" parent =" @android:style/Theme.DeviceDefault" />
4+
5+ <style name =" AppTheme.Edge2EdgeFix" >
6+ <item name =" android:fitsSystemWindows" >true</item >
7+ </style >
48</resources >
You can’t perform that action at this time.
0 commit comments