Skip to content

Commit

Permalink
Switch to DayNight theme
Browse files Browse the repository at this point in the history
Switch the application theme to a DayNight theme in order to support
Dark theme.

Closes: #181
  • Loading branch information
tmo1 committed May 24, 2024
1 parent 0a42c53 commit f0ba7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
android:theme="@style/Theme.AppCompat.DayNight.NoActionBar">
<activity
android:name=".AboutActivity"
android:exported="false" />
Expand Down

0 comments on commit f0ba7a3

Please sign in to comment.