Increase page max to 100 as it has turned out to be stable

Related #33
This commit is contained in:
akaessens 2021-08-10 12:46:38 +02:00
parent 6248e79021
commit 866889db27
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
android:defaultValue="5" android:defaultValue="5"
app:showSeekBarValue="true" app:showSeekBarValue="true"
app:min="1" app:min="1"
android:max="30" android:max="100"
android:summary="@string/preferences_page_event_max_summary" android:summary="@string/preferences_page_event_max_summary"
android:key="page_event_max" android:key="page_event_max"
android:title="@string/preferences_page_event_max" /> android:title="@string/preferences_page_event_max" />