Temporarily fix develop crash

This commit is contained in:
ariskotsomitopoulos 2022-03-14 12:25:11 +01:00
parent d215f03798
commit fef36d9334
2 changed files with 11 additions and 1 deletions

View file

@ -36,6 +36,12 @@
app:layout_constraintTop_toTopOf="parent" app:layout_constraintTop_toTopOf="parent"
tools:text="@sample/users.json/data/displayName" /> tools:text="@sample/users.json/data/displayName" />
<View
android:id="@+id/additionalTopSpace"
android:layout_height="12dp"
android:layout_width="0dp"
android:layout_toEndOf="@id/messageStartGuideline" />
<TextView <TextView
android:id="@+id/messageTimeView" android:id="@+id/messageTimeView"
style="@style/Widget.Vector.TextView.Caption" style="@style/Widget.Vector.TextView.Caption"

View file

@ -24,7 +24,11 @@
android:layout_marginTop="4dp" android:layout_marginTop="4dp"
android:contentDescription="@string/avatar" android:contentDescription="@string/avatar"
tools:src="@sample/user_round_avatars" /> tools:src="@sample/user_round_avatars" />
<View
android:id="@+id/additionalTopSpace"
android:layout_height="12dp"
android:layout_width="0dp"
android:layout_toEndOf="@id/messageStartGuideline" />
<TextView <TextView
android:id="@+id/messageMemberNameView" android:id="@+id/messageMemberNameView"
style="@style/Widget.Vector.TextView.Subtitle" style="@style/Widget.Vector.TextView.Subtitle"