Improve the contrast for the "schedule duration" text

Fixes: 369958722
Test: manual
Flag: android.app.modes_ui
Change-Id: I3ea87790c4884d4201fe27644b1e47389932d89f
This commit is contained in:
Matías Hernández
2024-09-27 17:03:54 +02:00
parent 9b36ed51a2
commit 8ce211965a

View File

@@ -127,7 +127,8 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:paddingHorizontal="8dp" 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 --> <!-- right side line divider -->
<View <View