align emojis to left

not sure if this change might introduce bugs.
for now i don't see any reason why there was
app:justifyContent="flex_end"

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
Marcel Hibbe 2022-04-01 12:20:33 +02:00
parent 34422f7b20
commit d7e203ee7a
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -47,8 +47,7 @@
android:orientation="vertical" android:orientation="vertical"
app:alignContent="stretch" app:alignContent="stretch"
app:alignItems="stretch" app:alignItems="stretch"
app:flexWrap="wrap" app:flexWrap="wrap">
app:justifyContent="flex_end">
<include <include
android:id="@+id/message_quote" android:id="@+id/message_quote"
@ -98,7 +97,7 @@
<TextView <TextView
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
tools:text="emojis will be in the wrapper"> tools:text="emojis">
</TextView> </TextView>
</LinearLayout> </LinearLayout>