Allow settings titles on more than a single line

This commit is contained in:
Torsten Grote
2021-02-04 10:30:59 -03:00
parent aa57a4c123
commit 9ce541cc31
3 changed files with 24 additions and 12 deletions

View File

@@ -9,7 +9,8 @@
android:persistent="false"
android:summary="@string/pref_lock_summary"
android:title="@string/pref_lock_title"
app:iconSpaceReserved="false" />
app:iconSpaceReserved="false"
app:singleLineTitle="false" />
<ListPreference
android:defaultValue="@string/pref_lock_timeout_value_default"