Skip to content

Commit 11f5340

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 2f93047 + 168c2e8 commit 11f5340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/res/layout/fragment_player.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@
5151

5252
android:text="@string/skip_loading"
5353
android:textAllCaps="false"
54-
android:textColor="?attr/textColor"
54+
android:textColor="@color/textColor"
5555
android:visibility="gone"
5656
app:cornerRadius="4dp"
5757
app:icon="@drawable/ic_baseline_skip_next_24"
58-
app:iconTint="?attr/textColor"
58+
app:iconTint="@color/textColor"
5959
app:rippleColor="?attr/colorPrimary"
6060
tools:visibility="visible" />
6161

0 commit comments

Comments
 (0)