Added title wrap to other preferences
This commit is contained in:
parent
a2b64dda3e
commit
adcfb22cb3
6 changed files with 39 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
android:key="@string/theme_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/theme_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
|
|
@ -19,6 +20,7 @@
|
|||
android:key="@string/night_theme_key"
|
||||
android:summary="@string/night_theme_summary"
|
||||
android:title="@string/night_theme_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<SwitchPreferenceCompat
|
||||
|
|
@ -36,12 +38,14 @@
|
|||
android:key="@string/list_view_mode_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/list_view_mode"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<Preference
|
||||
android:key="@string/caption_settings_key"
|
||||
android:summary="@string/caption_setting_description"
|
||||
android:title="@string/caption_setting_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
|
||||
<ListPreference
|
||||
|
|
@ -51,5 +55,6 @@
|
|||
android:key="@string/tablet_mode_key"
|
||||
android:summary="%s"
|
||||
android:title="@string/tablet_mode_title"
|
||||
app:singleLineTitle="false"
|
||||
app:iconSpaceReserved="false" />
|
||||
</PreferenceScreen>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue