Added title wrap to other preferences

This commit is contained in:
Agnieszka C 2021-08-21 18:49:12 +02:00
parent d69672e113
commit 5c31dff72d
6 changed files with 39 additions and 0 deletions

View file

@ -15,6 +15,7 @@
<Preference
android:key="@string/show_memory_leaks_key"
android:title="@string/show_memory_leaks"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
@ -44,5 +45,6 @@
<Preference
android:key="@string/crash_the_app_key"
android:title="@string/crash_the_app"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
</PreferenceScreen>