Use different colors for YES_AUTO and NO; increase contrast slightly

This commit is contained in:
2021-03-13 18:10:35 -06:00
parent a95da72e19
commit ee462715de
38 changed files with 93 additions and 91 deletions

View File

@@ -29,6 +29,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:textColor="?highContrastTextColor"
android:textColor="?attr/contrast100"
tools:text="This is some example text for the notes" />
</merge>