mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Fix media player play icon color
Change-Id: Ie858123cedbf22129b9e465a90c30147e8bd2314
This commit is contained in:
parent
39c5cb2280
commit
59ae8f521b
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
android:layout_height="40dp"
|
||||
android:contentDescription="@string/action_play"
|
||||
android:src="@drawable/ic_material_play_circle"
|
||||
app:tint="?vctr_system"
|
||||
app:tint="?colorAccentPale"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintBottom_toBottomOf="@id/messageThumbnailView"
|
||||
app:layout_constraintEnd_toEndOf="@id/messageThumbnailView"
|
||||
|
|
Loading…
Add table
Reference in a new issue