mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-04-29 17:38:48 +02:00
Prepare the new layout.
This commit is contained in:
parent
2c33f7a7f8
commit
dc2a252dd5
@ -327,10 +327,16 @@
|
|||||||
android:divider="?android:dividerHorizontal"
|
android:divider="?android:dividerHorizontal"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:showDividers="end">
|
android:showDividers="end">
|
||||||
|
<ImageView
|
||||||
|
android:layout_gravity="end|center_vertical"
|
||||||
|
android:id="@+id/close_reply"
|
||||||
|
android:layout_width="24dp"
|
||||||
|
android:layout_height="24dp"
|
||||||
|
android:contentDescription="@string/close"
|
||||||
|
android:src="@drawable/ic_close_black_48dp"/>
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/comment_account_profile"
|
android:id="@+id/comment_account_profile"
|
||||||
android:layout_width="40dp"
|
android:layout_width="40dp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user