Fix read button coloring

This commit is contained in:
Zakhar Timoshenko
2024-04-07 23:52:19 +03:00
parent 265fbc9f63
commit 44b71460ee
3 changed files with 9 additions and 2 deletions

View File

@@ -183,8 +183,9 @@
app:layout_constraintEnd_toStartOf="@id/button_chapters"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/info_layout"
app:progressColor="?colorSecondaryFixedDim"
app:progressColor="?colorPrimary"
app:subtitleTextAppearance="?textAppearanceBodySmall"
app:textColor="?colorOnPrimaryContainer"
app:titleTextAppearance="?textAppearanceButton"
tools:max="100"
tools:progress="40"

View File

@@ -153,6 +153,7 @@
<attr name="subtitleTextAppearance" />
<attr name="title" />
<attr name="subtitle" />
<attr name="textColor" format="color" />
<attr name="android:max" />
<attr name="android:progress" />
<attr name="baseColor" format="color" />