Always user white text on red buttons

This commit is contained in:
Sylvia van Os
2020-12-02 19:43:54 +01:00
parent c389a02d69
commit f724e4c164
3 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## Unreleased
Changes:
- Improve contrast by always using white text on red buttons
## v1.4.1 (2020-12-01)
Changes:

View File

@@ -70,6 +70,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/barcodeNoBarcode"
android:textColor="#FFFFFF"
android:enabled="false" />
<LinearLayout android:orientation="vertical"
android:padding="10.0dp"

View File

@@ -130,6 +130,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:text="@string/editCard"
android:textColor="#FFFFFF"
android:layout_weight="1.0"/>
</LinearLayout>