Add background drawable for play/pause buttons.

This commit is contained in:
Nicholas 2022-11-28 10:18:36 -05:00 committed by Cody Henthorne
parent bf18db354c
commit 800405fc3e

View file

@ -4,10 +4,10 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:animateLayoutChanges="true"
android:background="@color/transparent"
android:layoutDirection="ltr"
android:orientation="vertical"
android:animateLayoutChanges="true"
tools:targetApi="28">
<LinearLayout
@ -123,11 +123,15 @@
<ImageButton
android:id="@id/exo_play"
style="@style/MediaPreviewButton"
android:background="@drawable/circle_touch_highlight_background_material3"
android:backgroundTint="@color/signal_colorOnSurface"
android:src="@drawable/exo_controls_play" />
<ImageButton
android:id="@id/exo_pause"
style="@style/MediaPreviewButton"
android:background="@drawable/circle_touch_highlight_background_material3"
android:backgroundTint="@color/signal_colorOnSurface"
android:src="@drawable/exo_controls_pause" />
<org.thoughtcrime.securesms.mediapreview.LottieAnimatedButton