diff --git a/vector/src/main/res/layout/item_timeline_event_base.xml b/vector/src/main/res/layout/item_timeline_event_base.xml index 260c309f6f..50ed0aae23 100644 --- a/vector/src/main/res/layout/item_timeline_event_base.xml +++ b/vector/src/main/res/layout/item_timeline_event_base.xml @@ -82,7 +82,6 @@ android:id="@+id/messageContentCodeBlockStub" style="@style/TimelineContentStubBaseParams" android:layout_height="wrap_content" - android:inflatedId="@id/messageTextView" android:layout="@layout/item_timeline_event_code_block_stub" tools:visibility="visible" /> diff --git a/vector/src/main/res/layout/item_timeline_event_code_block_stub.xml b/vector/src/main/res/layout/item_timeline_event_code_block_stub.xml index 804c02940a..4738f331b1 100644 --- a/vector/src/main/res/layout/item_timeline_event_code_block_stub.xml +++ b/vector/src/main/res/layout/item_timeline_event_code_block_stub.xml @@ -13,7 +13,6 @@ android:id="@+id/codeBlockTextView" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginStart="4dp" android:fontFamily="monospace" android:textSize="14sp" />