From 9db89965c0cf3a80e63307a62ece027392081b92 Mon Sep 17 00:00:00 2001 From: Kirill Kamakin Date: Sat, 9 Apr 2022 16:48:30 +0500 Subject: [PATCH] Start migration to Material 3 Theme was generated here https://material-foundation.github.io/material-theme-builder/#/custom Primary: BB86FC Secondary: 655A70 Tertiary: 805159 Neutral: 605D62 --- app/src/main/AndroidManifest.xml | 2 +- .../res/layout/fragment_authentication.xml | 14 ++-- .../main/res/layout/fragment_disclaimer.xml | 14 ++-- .../main/res/layout/fragment_recipe_info.xml | 2 +- .../res/layout/view_holder_instruction.xml | 2 +- app/src/main/res/values-night/themes.xml | 44 ++++++++----- app/src/main/res/values/colors.xml | 66 ++++++++++++++++--- app/src/main/res/values/styles.xml | 8 +-- app/src/main/res/values/themes.xml | 45 ++++++++----- 9 files changed, 133 insertions(+), 64 deletions(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a72e4e7..3c9d105 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -15,7 +15,7 @@ android:roundIcon="@mipmap/ic_launcher" android:supportsRtl="true" tools:ignore="UnusedAttribute" - android:theme="@style/Theme.Mealient"> + android:theme="@style/AppTheme"> diff --git a/app/src/main/res/layout/fragment_authentication.xml b/app/src/main/res/layout/fragment_authentication.xml index 8355ea2..098f119 100644 --- a/app/src/main/res/layout/fragment_authentication.xml +++ b/app/src/main/res/layout/fragment_authentication.xml @@ -42,11 +42,11 @@