Readd ic_close and ic_replay PNGs: needed in notifications

The other icons used in notifications are taken from exoplayer's ones: `@drawable/exo_controls_*`
This commit is contained in:
Stypox 2020-03-31 21:42:49 +02:00
parent 88cf4ded82
commit 6f29813ebd
18 changed files with 32 additions and 33 deletions

View file

@ -59,7 +59,7 @@
android:focusable="true"
android:padding="5dp"
android:scaleType="fitCenter"
app:srcCompat="@drawable/ic_repeat_white_24dp"
android:src="@drawable/exo_controls_repeat_all"
tools:ignore="ContentDescription"/>
<ImageButton
@ -81,7 +81,8 @@
android:background="#00000000"
android:clickable="true"
android:focusable="true"
app:srcCompat="@drawable/ic_pause_white_24dp"
android:scaleType="fitCenter"
android:src="@drawable/exo_controls_pause"
tools:ignore="ContentDescription"/>
<ImageButton
@ -106,7 +107,7 @@
android:focusable="true"
android:padding="5dp"
android:scaleType="fitCenter"
app:srcCompat="@drawable/ic_close_white_24dp"
android:src="@drawable/ic_close_white_24dp"
tools:ignore="ContentDescription,RtlHardcoded"/>
</LinearLayout>

View file

@ -29,7 +29,7 @@
android:focusable="true"
android:padding="8dp"
android:scaleType="fitCenter"
app:srcCompat="@drawable/ic_close_white_24dp"
android:src="@drawable/ic_close_white_24dp"
tools:ignore="ContentDescription,RtlHardcoded"/>
@ -114,7 +114,7 @@
android:clickable="true"
android:focusable="true"
android:scaleType="fitXY"
app:srcCompat="@drawable/ic_repeat_white_24dp"
android:src="@drawable/exo_controls_repeat_all"
tools:ignore="ContentDescription"/>
<ImageButton
@ -144,7 +144,7 @@
android:clickable="true"
android:focusable="true"
android:scaleType="fitCenter"
app:srcCompat="@drawable/ic_pause_white_24dp"
android:src="@drawable/exo_controls_pause"
tools:ignore="ContentDescription"/>
<ImageButton

View file

@ -59,7 +59,7 @@
android:focusable="true"
android:padding="5dp"
android:scaleType="fitCenter"
app:srcCompat="@drawable/ic_repeat_white_24dp"
android:src="@drawable/exo_controls_repeat_all"
tools:ignore="ContentDescription"/>
<ImageButton
@ -69,7 +69,8 @@
android:background="#00000000"
android:clickable="true"
android:focusable="true"
app:srcCompat="@drawable/ic_pause_white_24dp"
android:scaleType="fitCenter"
android:src="@drawable/exo_controls_pause"
tools:ignore="ContentDescription"/>
<ImageButton
@ -82,6 +83,6 @@
android:focusable="true"
android:padding="5dp"
android:scaleType="fitCenter"
app:srcCompat="@drawable/ic_close_white_24dp"
android:src="@drawable/ic_close_white_24dp"
tools:ignore="ContentDescription,RtlHardcoded"/>
</LinearLayout>