Skip to content

Commit bf45df1

Browse files
committed
Make player close button always white
1 parent 5b149c5 commit bf45df1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/main/res/layout-large-land/player.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
android:clickable="true"
102102
android:focusable="true"
103103
android:scaleType="fitXY"
104-
app:srcCompat="?attr/ic_close"
104+
app:srcCompat="@drawable/ic_close_white_24dp"
105105
android:background="?attr/selectableItemBackgroundBorderless"
106106
tools:ignore="ContentDescription,RtlHardcoded"
107107
android:visibility="gone" />

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
android:clickable="true"
100100
android:focusable="true"
101101
android:scaleType="fitXY"
102-
app:srcCompat="?attr/ic_close"
102+
app:srcCompat="@drawable/ic_close_white_24dp"
103103
android:background="?attr/selectableItemBackgroundBorderless"
104104
tools:ignore="ContentDescription,RtlHardcoded"
105105
android:visibility="gone" />

0 commit comments

Comments
 (0)