From 2b5ca5ebdca9a286e40ec7ad4c021db8e975231c Mon Sep 17 00:00:00 2001 From: Aayush Gupta Date: Sun, 13 Oct 2024 15:36:24 +0530 Subject: [PATCH] {app|storage}: Drop theme attribute from toolbar Signed-off-by: Aayush Gupta --- app/src/main/res/layout/fragment_about.xml | 1 - app/src/main/res/layout/fragment_recovery_code_input.xml | 1 - app/src/main/res/layout/fragment_settings.xml | 1 - storage/demo/src/main/res/layout/fragment_log.xml | 1 - storage/demo/src/main/res/layout/fragment_scan.xml | 1 - storage/lib/src/main/res/layout/fragment_backup_content.xml | 1 - 6 files changed, 6 deletions(-) diff --git a/app/src/main/res/layout/fragment_about.xml b/app/src/main/res/layout/fragment_about.xml index 8733b88d..eebad9ae 100644 --- a/app/src/main/res/layout/fragment_about.xml +++ b/app/src/main/res/layout/fragment_about.xml @@ -15,7 +15,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:navigationIcon="?attr/homeAsUpIndicator" app:title="@string/about_title" /> diff --git a/app/src/main/res/layout/fragment_recovery_code_input.xml b/app/src/main/res/layout/fragment_recovery_code_input.xml index 49a46395..0f1453ac 100644 --- a/app/src/main/res/layout/fragment_recovery_code_input.xml +++ b/app/src/main/res/layout/fragment_recovery_code_input.xml @@ -15,7 +15,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:navigationIcon="?attr/homeAsUpIndicator" app:title="@string/recovery_code_title" /> diff --git a/app/src/main/res/layout/fragment_settings.xml b/app/src/main/res/layout/fragment_settings.xml index 16637a51..a13d2cbd 100644 --- a/app/src/main/res/layout/fragment_settings.xml +++ b/app/src/main/res/layout/fragment_settings.xml @@ -16,7 +16,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:navigationIcon="?attr/homeAsUpIndicator" /> diff --git a/storage/demo/src/main/res/layout/fragment_log.xml b/storage/demo/src/main/res/layout/fragment_log.xml index eb9eb338..caa20700 100644 --- a/storage/demo/src/main/res/layout/fragment_log.xml +++ b/storage/demo/src/main/res/layout/fragment_log.xml @@ -14,7 +14,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" diff --git a/storage/demo/src/main/res/layout/fragment_scan.xml b/storage/demo/src/main/res/layout/fragment_scan.xml index b0014f2c..88f268a1 100644 --- a/storage/demo/src/main/res/layout/fragment_scan.xml +++ b/storage/demo/src/main/res/layout/fragment_scan.xml @@ -14,7 +14,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" diff --git a/storage/lib/src/main/res/layout/fragment_backup_content.xml b/storage/lib/src/main/res/layout/fragment_backup_content.xml index 681c1fb8..1d30a138 100644 --- a/storage/lib/src/main/res/layout/fragment_backup_content.xml +++ b/storage/lib/src/main/res/layout/fragment_backup_content.xml @@ -15,7 +15,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:minHeight="?attr/actionBarSize" - android:theme="?attr/actionBarTheme" app:navigationIcon="?attr/homeAsUpIndicator" />