Redaction item: fix bubble size
Change-Id: I213cbaf550d62e23566ee048d4f2db868217ad49
This commit is contained in:
parent
f9cda6bbbf
commit
0003dc41ee
|
@ -165,7 +165,7 @@
|
|||
android:id="@+id/messageContentRedactedStub"
|
||||
style="@style/TimelineContentStubBaseParams"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="56dp"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout="@layout/item_timeline_event_redacted_stub" />
|
||||
|
||||
<ViewStub
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
<im.vector.app.core.ui.views.WrapWidthTextView xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableStart="@drawable/ic_trash_16"
|
||||
android:drawablePadding="8dp"
|
||||
|
|
Loading…
Reference in New Issue