Fix the profile image on the toolbar may get clamped in RTL layout in some Android versions.

The bug was [reported in the Beta forum by Xashyar](https://community.signalusers.org/t/beta-feedback-for-the-upcoming-android-5-26-release/38629/36).
fork-5.53.8
Fumiaki Yoshimatsu 2021-11-13 10:00:41 -05:00 zatwierdzone przez Cody Henthorne
rodzic 39169784b0
commit cf0d54d04f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -13,7 +13,8 @@
android:transitionName="avatar"
android:id="@+id/contact_photo_container"
android:layout_width="wrap_content"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:layout_marginEnd="10dp">
<org.thoughtcrime.securesms.components.AvatarImageView
android:id="@+id/contact_photo_image"
@ -21,7 +22,6 @@
android:layout_height="36dp"
android:layout_alignParentStart="true"
android:layout_centerVertical="true"
android:layout_marginEnd="10dp"
android:clickable="true"
android:contentDescription="@string/conversation_list_item_view__contact_photo_image"
android:cropToPadding="true"