From f724e4c16408b65fc0c741a1e097007080275685 Mon Sep 17 00:00:00 2001 From: Sylvia van Os Date: Wed, 2 Dec 2020 19:43:54 +0100 Subject: [PATCH] Always user white text on red buttons --- CHANGELOG.md | 6 ++++++ app/src/main/res/layout/barcode_selector_activity.xml | 1 + app/src/main/res/layout/loyalty_card_edit_activity.xml | 1 + 3 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index de762f18e..32ca44153 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Unreleased + +Changes: + +- Improve contrast by always using white text on red buttons + ## v1.4.1 (2020-12-01) Changes: diff --git a/app/src/main/res/layout/barcode_selector_activity.xml b/app/src/main/res/layout/barcode_selector_activity.xml index 02e41aa6f..714cba583 100644 --- a/app/src/main/res/layout/barcode_selector_activity.xml +++ b/app/src/main/res/layout/barcode_selector_activity.xml @@ -70,6 +70,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:text="@string/barcodeNoBarcode" + android:textColor="#FFFFFF" android:enabled="false" />