mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 21:45:42 +03:00
move emojis inside bubble
Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
dd603f25cf
commit
db8c4dd18a
1 changed files with 17 additions and 8 deletions
|
@ -86,15 +86,24 @@
|
|||
android:layout_marginStart="8dp"
|
||||
android:textIsSelectable="false"
|
||||
app:layout_alignSelf="center" />
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/reactions_emoji_wrapper"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
app:layout_wrapBefore="true"
|
||||
android:orientation="horizontal"
|
||||
android:layout_marginTop="5dp">
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
tools:text="emojis will be in the wrapper">
|
||||
</TextView>
|
||||
</LinearLayout>
|
||||
|
||||
</com.google.android.flexbox.FlexboxLayout>
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/reactions_emoji_wrapper"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/bubble"
|
||||
android:layout_alignStart="@id/bubble"
|
||||
android:orientation="horizontal">
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
|
|
Loading…
Reference in a new issue