From 80cc8a8e025b8c70d314a33adbb9e1f246c06cbe Mon Sep 17 00:00:00 2001 From: bopol Date: Sun, 10 May 2020 10:54:12 +0200 Subject: [PATCH] color retry button based on service color --- app/src/main/res/layout/error_retry.xml | 2 +- app/src/main/res/values/styles_misc.xml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/error_retry.xml b/app/src/main/res/layout/error_retry.xml index 567012f1e..583b304f7 100644 --- a/app/src/main/res/layout/error_retry.xml +++ b/app/src/main/res/layout/error_retry.xml @@ -28,6 +28,6 @@ android:textAllCaps="true" android:textAppearance="@style/TextAppearance.AppCompat.Body1" android:textSize="16sp" - android:theme="@style/RedButton"/> + android:theme="@style/ServiceColoredButton"/> \ No newline at end of file diff --git a/app/src/main/res/values/styles_misc.xml b/app/src/main/res/values/styles_misc.xml index aaf401aac..d339b6cdb 100644 --- a/app/src/main/res/values/styles_misc.xml +++ b/app/src/main/res/values/styles_misc.xml @@ -7,6 +7,12 @@ @color/dark_ripple_color + +