Added title wrap to other preferences
This commit is contained in:
parent
d69672e113
commit
5c31dff72d
6 changed files with 39 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue