mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-16 09:31:25 +00:00
fix: use a 0dp and layout_weight to solve text preview cutting off status indicator
This commit is contained in:
parent
e89f54a0b9
commit
639ae9ba78
@ -82,7 +82,8 @@
|
|||||||
android:layout_marginEnd="6dp" />
|
android:layout_marginEnd="6dp" />
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_weight="1"
|
||||||
|
android:layout_width="0dp"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
@ -104,11 +105,6 @@
|
|||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
<View
|
|
||||||
android:layout_width="0dp"
|
|
||||||
android:layout_height="0dp"
|
|
||||||
android:layout_weight="1" />
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/statusIndicatorImageView"
|
android:id="@+id/statusIndicatorImageView"
|
||||||
android:layout_width="@dimen/conversation_view_status_indicator_size"
|
android:layout_width="@dimen/conversation_view_status_indicator_size"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user