Add background drawable for play/pause buttons.
This commit is contained in:
parent
bf18db354c
commit
800405fc3e
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue