mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Fix RTL placement of play icon in quote view.
This commit is contained in:
@@ -132,11 +132,11 @@
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:layout_width="13dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_marginStart="11dp"
|
||||
android:layout_marginTop="8dp"
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:scaleType="fitXY"
|
||||
android:tint="@color/core_ultramarine"
|
||||
app:srcCompat="@drawable/triangle_right" />
|
||||
app:srcCompat="@drawable/exo_icon_play" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user