fix to show author above location map

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2023-01-19 11:10:58 +01:00
parent 3e0026d49d
commit 002aeb0b9d
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -56,11 +56,6 @@
layout="@layout/item_message_quote"
android:visibility="gone" />
<WebView
android:id="@+id/webview"
android:layout_width="400dp"
android:layout_height="200dp" />
<androidx.emoji2.widget.EmojiTextView
android:id="@+id/messageAuthor"
android:layout_width="match_parent"
@ -70,6 +65,11 @@
android:textColor="@color/textColorMaxContrast"
android:textSize="12sp" />
<WebView
android:id="@+id/webview"
android:layout_width="400dp"
android:layout_height="200dp" />
<androidx.emoji2.widget.EmojiTextView
android:id="@id/messageText"
android:layout_width="wrap_content"