Skip to content

Commit 84e3d45

Browse files
committed
Opt out from edge to edge behavior
1 parent 4c2b799 commit 84e3d45

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ android {
1111
applicationId 'org.traccar.manager'
1212
minSdkVersion 21
1313
targetSdkVersion 35
14-
versionCode 41
15-
versionName '4.5'
14+
versionCode 42
15+
versionName '4.6'
1616
multiDexEnabled true
1717
}
1818
namespace 'org.traccar.manager'

app/src/main/res/values/themes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<item name="colorPrimary">@color/primary</item>
66
<item name="colorPrimaryDark">@color/primary_dark</item>
77
<item name="colorAccent">@color/accent</item>
8+
<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>
89
</style>
910

1011
</resources>

0 commit comments

Comments
 (0)