Add app:singleLineTitle="false" to preferences
This commit is contained in:
parent
3ade2bb6ec
commit
779d3dce6f
3 changed files with 7 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
android:key="@string/enable_streams_notifications"
|
||||
android:summary="@string/enable_streams_notifications_summary"
|
||||
android:title="@string/enable_streams_notifications_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
|
|
@ -19,6 +20,7 @@
|
|||
android:key="@string/streams_notifications_interval_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/streams_notifications_interval_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
|
|
@ -29,6 +31,7 @@
|
|||
android:key="@string/streams_notifications_network_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/streams_notifications_network_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<Preference
|
||||
|
|
@ -36,6 +39,7 @@
|
|||
android:dependency="@string/enable_streams_notifications"
|
||||
android:key="@string/streams_notifications_channels_key"
|
||||
android:title="@string/channels"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue