Remove TitleLarge from device profile creation toolbar

The `titleTextAppearance` was removed from the toolbar in `device_profile_creation_fragment.xml` to use the default appearance.
This commit is contained in:
darken
2025-09-29 13:37:01 +02:00
parent ae2d1c6868
commit d6af8e21cc
@@ -16,7 +16,6 @@
app:menu="@menu/device_profile_creation_menu"
app:navigationIcon="@drawable/ic_baseline_arrow_back_24"
app:title="@string/device_profiles_create_title"
app:titleTextAppearance="@style/TextAppearance.Material3.TitleLarge"
app:titleMarginStart="16dp" />
<androidx.core.widget.NestedScrollView