Make source color textColorSecondary

Bug: 232500105
Fix: 232500105
Test: manual
Change-Id: I55d8f21c9d490f8ff165bfe6e5d483d33b53cc7f
This commit is contained in:
Miranda Kephart
2022-05-27 14:36:10 -04:00
parent f77a4fd308
commit cfa2df4a7f

View File

@@ -24,6 +24,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="40dp"
android:layout_marginStart="4dp"
android:textColor="?android:attr/textColorSecondary"
app:layout_constraintStart_toStartOf="@id/done_button"
app:layout_constraintTop_toBottomOf="@id/done_button" />