Update app/src/main/res/xml/debug_settings.xml

Ensuring title to be fully displayed on small devices.

Co-authored-by: Tobi <TobiGr@users.noreply.github.com>
This commit is contained in:
vincetzr 2022-10-29 21:21:26 +11:00 committed by TobiGr
parent d7ef9b1f0c
commit ad0855ac83
1 changed files with 1 additions and 0 deletions

View File

@ -74,5 +74,6 @@
<Preference
android:key="@string/reset_settings"
android:title="@string/settings_category_reset_title"
app:singleLineTitle="false"
app:iconSpaceReserved="false" />
</PreferenceScreen>