From 158a25035773390cad79037f469a31dd1ae77e38 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Tue, 25 Apr 2023 10:03:34 -0400 Subject: [PATCH] Force WiFi-to-cellular popup to use light mode text color. --- app/src/main/res/layout/wifi_to_cellular_popup.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/wifi_to_cellular_popup.xml b/app/src/main/res/layout/wifi_to_cellular_popup.xml index 97d21ab697..b39ef6b0bb 100644 --- a/app/src/main/res/layout/wifi_to_cellular_popup.xml +++ b/app/src/main/res/layout/wifi_to_cellular_popup.xml @@ -1,10 +1,9 @@ - + android:layout_height="94dp" + tools:viewBindingIgnore="true"> + android:textAppearance="@style/TextAppearance.Signal.Body2" + android:textColor="@color/signal_light_colorOnSurface" />