From 5ebb2ca51e3abf57422c84cffdd1b1cd3efbaf43 Mon Sep 17 00:00:00 2001 From: Andries Smit Date: Mon, 28 Mar 2022 13:21:26 +0200 Subject: [PATCH] fix: remove override textColor without state --- core/src/main/res/values-night/styles.xml | 5 +---- core/src/main/res/values/styles.xml | 3 --- .../layout/omnipod_dash_pod_management.xml | 15 +++++-------- .../layout/omnipod_eros_pod_management.xml | 21 ++++++------------- 4 files changed, 12 insertions(+), 32 deletions(-) diff --git a/core/src/main/res/values-night/styles.xml b/core/src/main/res/values-night/styles.xml index 4cc2b76c9e..ea3881bf66 100644 --- a/core/src/main/res/values-night/styles.xml +++ b/core/src/main/res/values-night/styles.xml @@ -8,7 +8,7 @@ @color/dialog_title_background @color/dialog_title_color @color/dialog_title_icon_tint - dialogTitleBackground + @color/secondaryColorDefault @color/primaryLightColorDefault @color/secondaryLightColorDefault @@ -19,9 +19,6 @@ @color/white @color/black @color/mtrl_scrim_color - @color/white - @color/white - @color/white @style/Widget.MaterialComponents.PopupMenu @style/Widget.MaterialComponents.PopupMenu.Overflow diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml index 6e65161349..9e269b7c16 100644 --- a/core/src/main/res/values/styles.xml +++ b/core/src/main/res/values/styles.xml @@ -19,9 +19,6 @@ @color/white @color/black @color/white - @color/black - @color/black - @color/black @style/Widget.MaterialComponents.PopupMenu @style/Widget.MaterialComponents.PopupMenu.Overflow diff --git a/omnipod-dash/src/main/res/layout/omnipod_dash_pod_management.xml b/omnipod-dash/src/main/res/layout/omnipod_dash_pod_management.xml index c9d97e870c..a3ee99cca0 100644 --- a/omnipod-dash/src/main/res/layout/omnipod_dash_pod_management.xml +++ b/omnipod-dash/src/main/res/layout/omnipod_dash_pod_management.xml @@ -19,7 +19,6 @@ android:layout_marginLeft="10dp" android:layout_marginTop="20dp" android:layout_marginRight="10dp" - android:gravity="center" android:text="@string/omnipod_common_pod_management_title" android:textAlignment="center" @@ -35,7 +34,6 @@ android:text="@string/omnipod_common_pod_management_heading_actions" /> @@ -49,7 +47,6 @@ - - + - \ No newline at end of file + + diff --git a/omnipod-eros/src/main/res/layout/omnipod_eros_pod_management.xml b/omnipod-eros/src/main/res/layout/omnipod_eros_pod_management.xml index 4aa7408086..e16a4eb8e5 100644 --- a/omnipod-eros/src/main/res/layout/omnipod_eros_pod_management.xml +++ b/omnipod-eros/src/main/res/layout/omnipod_eros_pod_management.xml @@ -19,7 +19,6 @@ android:layout_marginLeft="10dp" android:layout_marginTop="20dp" android:layout_marginRight="10dp" - android:gravity="center" android:text="@string/omnipod_common_pod_management_title" android:textAlignment="center" @@ -51,6 +50,7 @@ android:text="@string/omnipod_eros_pod_management_waiting_for_riley_link_connection" android:textAlignment="center" android:textSize="8pt" /> + @@ -76,7 +75,6 @@ - - @@ -236,7 +227,6 @@ - + - \ No newline at end of file + +