From b65d9ffaed3cd5adab24e84a54ec1e0959ea8f6e Mon Sep 17 00:00:00 2001 From: Cody Henthorne Date: Wed, 24 Mar 2021 12:21:29 -0400 Subject: [PATCH] Fix KitKat crash when showing cell service warning during registration. --- ...or_outline_14_ultramarine.xml => ic_error_outline_14.xml} | 2 +- app/src/main/res/layout/fragment_registration_enter_code.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) rename app/src/main/res/drawable/{ic_error_outline_14_ultramarine.xml => ic_error_outline_14.xml} (88%) diff --git a/app/src/main/res/drawable/ic_error_outline_14_ultramarine.xml b/app/src/main/res/drawable/ic_error_outline_14.xml similarity index 88% rename from app/src/main/res/drawable/ic_error_outline_14_ultramarine.xml rename to app/src/main/res/drawable/ic_error_outline_14.xml index 66049ea07b..895795a52f 100644 --- a/app/src/main/res/drawable/ic_error_outline_14_ultramarine.xml +++ b/app/src/main/res/drawable/ic_error_outline_14.xml @@ -4,6 +4,6 @@ android:viewportWidth="24" android:viewportHeight="24"> diff --git a/app/src/main/res/layout/fragment_registration_enter_code.xml b/app/src/main/res/layout/fragment_registration_enter_code.xml index 19681693cf..b207407fa0 100644 --- a/app/src/main/res/layout/fragment_registration_enter_code.xml +++ b/app/src/main/res/layout/fragment_registration_enter_code.xml @@ -111,13 +111,14 @@ tools:alpha="1" tools:visibility="visible"> - + app:tint="@color/core_ultramarine" + app:srcCompat="@drawable/ic_error_outline_14" />