1
0
Fork 0
mirror of https://github.com/MatomoCamp/matomocamp-companion-android.git synced 2024-09-19 16:13:46 +02:00

use light theme by default

This commit is contained in:
Lukas Winkler 2022-10-25 21:31:36 +02:00
parent c7ff845de9
commit ca28611843
Signed by: lukas
GPG key ID: 54DE4D798D244853
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@
<PreferenceCategory app:title="@string/settings_appearance">
<ListPreference
app:defaultValue="-1"
app:defaultValue="1"
app:entries="@array/settings_appearance_theme_entries"
app:entryValues="@array/settings_appearance_theme_values"
app:key="theme"

View file

@ -12,7 +12,7 @@
<PreferenceCategory app:title="@string/settings_appearance">
<ListPreference
app:defaultValue="-1"
app:defaultValue="1"
app:entries="@array/settings_appearance_theme_entries"
app:entryValues="@array/settings_appearance_theme_values"
app:key="theme"