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:
parent
d7ef9b1f0c
commit
ad0855ac83
|
@ -74,5 +74,6 @@
|
||||||
<Preference
|
<Preference
|
||||||
android:key="@string/reset_settings"
|
android:key="@string/reset_settings"
|
||||||
android:title="@string/settings_category_reset_title"
|
android:title="@string/settings_category_reset_title"
|
||||||
|
app:singleLineTitle="false"
|
||||||
app:iconSpaceReserved="false" />
|
app:iconSpaceReserved="false" />
|
||||||
</PreferenceScreen>
|
</PreferenceScreen>
|
||||||
|
|
Loading…
Reference in New Issue