Merge "Improve the contrast for the "schedule duration" text" into main

This commit is contained in:
Treehugger Robot
2024-09-27 16:46:31 +00:00
committed by Android (Google) Code Review

View File

@@ -127,7 +127,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingHorizontal="8dp"
android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Small" />
android:textAppearance="@*android:style/TextAppearance.DeviceDefault.Small"
android:textColor="?android:attr/textColorSecondary" />
<!-- right side line divider -->
<View