Merge "Make source color textColorSecondary" into tm-dev

This commit is contained in:
Matt Casey
2022-06-01 01:13:58 +00:00
committed by Android (Google) Code Review

View File

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