mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-21 04:29:45 +01:00
fix to show author above location map
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
3e0026d49d
commit
002aeb0b9d
@ -56,11 +56,6 @@
|
|||||||
layout="@layout/item_message_quote"
|
layout="@layout/item_message_quote"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
|
||||||
<WebView
|
|
||||||
android:id="@+id/webview"
|
|
||||||
android:layout_width="400dp"
|
|
||||||
android:layout_height="200dp" />
|
|
||||||
|
|
||||||
<androidx.emoji2.widget.EmojiTextView
|
<androidx.emoji2.widget.EmojiTextView
|
||||||
android:id="@+id/messageAuthor"
|
android:id="@+id/messageAuthor"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@ -70,6 +65,11 @@
|
|||||||
android:textColor="@color/textColorMaxContrast"
|
android:textColor="@color/textColorMaxContrast"
|
||||||
android:textSize="12sp" />
|
android:textSize="12sp" />
|
||||||
|
|
||||||
|
<WebView
|
||||||
|
android:id="@+id/webview"
|
||||||
|
android:layout_width="400dp"
|
||||||
|
android:layout_height="200dp" />
|
||||||
|
|
||||||
<androidx.emoji2.widget.EmojiTextView
|
<androidx.emoji2.widget.EmojiTextView
|
||||||
android:id="@id/messageText"
|
android:id="@id/messageText"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
Loading…
Reference in New Issue
Block a user