We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f93047 + 168c2e8 commit 11f5340Copy full SHA for 11f5340
app/src/main/res/layout/fragment_player.xml
@@ -51,11 +51,11 @@
51
52
android:text="@string/skip_loading"
53
android:textAllCaps="false"
54
- android:textColor="?attr/textColor"
+ android:textColor="@color/textColor"
55
android:visibility="gone"
56
app:cornerRadius="4dp"
57
app:icon="@drawable/ic_baseline_skip_next_24"
58
- app:iconTint="?attr/textColor"
+ app:iconTint="@color/textColor"
59
app:rippleColor="?attr/colorPrimary"
60
tools:visibility="visible" />
61
0 commit comments