From d6af8e21cc1f2314cc58dc1353ab631f7af9e53c Mon Sep 17 00:00:00 2001 From: darken Date: Thu, 4 Sep 2025 18:42:24 +0200 Subject: [PATCH] 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. --- app/src/main/res/layout/device_profile_creation_fragment.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/device_profile_creation_fragment.xml b/app/src/main/res/layout/device_profile_creation_fragment.xml index 02fb9da4..ee6e37f4 100644 --- a/app/src/main/res/layout/device_profile_creation_fragment.xml +++ b/app/src/main/res/layout/device_profile_creation_fragment.xml @@ -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" />