Enable percentage stats if desired

This commit is contained in:
fgerber
2024-03-07 12:13:52 +01:00
parent 01020bdc5c
commit 71a33c4db7
6 changed files with 56 additions and 9 deletions

View File

@ -13,6 +13,16 @@
app:entryValues="@array/entries_theme"
app:defaultValue="@string/system" />
<ListPreference
app:enabled="true"
app:key="@string/key_stats"
app:icon="@drawable/stats"
app:title="@string/key_stats"
app:useSimpleSummaryProvider="true"
app:entries="@array/entries_stats"
app:entryValues="@array/entries_stats"
app:defaultValue="@string/counters" />
<Preference
app:enabled="true"
app:key="@string/licenses"