Redaction item: fix bubble size

Change-Id: I213cbaf550d62e23566ee048d4f2db868217ad49
This commit is contained in:
SpiritCroc 2020-09-05 17:07:45 +02:00
parent f9cda6bbbf
commit 0003dc41ee
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"