Show images in reply field in land mode too

This commit is contained in:
Arne 2024-03-22 15:38:28 +01:00
parent f427d9b214
commit b3a47e4993

View file

@ -176,6 +176,15 @@
android:background="?attr/selectableItemBackgroundBorderless"
android:layout_gravity="center_vertical" />
<ImageView
android:id="@+id/image_reply_preview"
android:layout_width="72dp"
android:layout_height="72dp"
android:layout_marginLeft="13dp"
android:layout_marginStart="13dp"
android:scaleType="fitCenter"
android:visibility="gone" />
<de.monocles.chat.ReadMoreTextView
app:trimExpandedText="@string/show_less"
app:trimCollapsedText="@string/show_more"