Add app:singleLineTitle="false" to preferences

This commit is contained in:
TobiGr 2021-12-08 19:28:38 +01:00
parent 3ade2bb6ec
commit 779d3dce6f
3 changed files with 7 additions and 0 deletions

View file

@ -60,6 +60,7 @@
<Preference
android:key="@string/check_new_streams_key"
android:title="@string/check_new_streams"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
<Preference
@ -75,5 +76,6 @@
android:key="@string/show_crash_the_player_key"
android:summary="@string/show_crash_the_player_summary"
android:title="@string/show_crash_the_player_title"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
</PreferenceScreen>