Skip to content

Commit

Permalink
Make player close button always white
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Oct 2, 2020
1 parent a4bb222 commit dbdc04c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout-large-land/player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
android:clickable="true"
android:focusable="true"
android:scaleType="fitXY"
app:srcCompat="?attr/ic_close"
app:srcCompat="@drawable/ic_close_white_24dp"
android:background="?attr/selectableItemBackgroundBorderless"
tools:ignore="ContentDescription,RtlHardcoded"
android:visibility="gone" />
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
android:clickable="true"
android:focusable="true"
android:scaleType="fitXY"
app:srcCompat="?attr/ic_close"
app:srcCompat="@drawable/ic_close_white_24dp"
android:background="?attr/selectableItemBackgroundBorderless"
tools:ignore="ContentDescription,RtlHardcoded"
android:visibility="gone" />
Expand Down

0 comments on commit dbdc04c

Please sign in to comment.