mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-26 19:36:08 +03:00
Temporarily fix develop crash
This commit is contained in:
parent
d215f03798
commit
fef36d9334
2 changed files with 11 additions and 1 deletions
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue