Skip to content

Commit

Permalink
Automatically switch light and dark
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Aug 11, 2024
1 parent dbb151b commit f3c11da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId 'org.traccar.manager'
minSdkVersion 21
targetSdkVersion 34
versionCode 39
versionName '4.3'
versionCode 40
versionName '4.4'
multiDexEnabled true
}
namespace 'org.traccar.manager'
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<style name="AppTheme" parent="Theme.AppCompat.NoActionBar">
<style name="AppTheme" parent="Theme.AppCompat.DayNight.NoActionBar">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/accent</item>
Expand Down

0 comments on commit f3c11da

Please sign in to comment.