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
2023-09-21 16:01:07 +02:00
committed by TobiGr
co-authored by Tobi
parent d7ef9b1f0c
commit ad0855ac83
+1
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>