Add app:singleLineTitle="false" to preferences
This commit is contained in:
parent
3ade2bb6ec
commit
779d3dce6f
3 changed files with 7 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue