|
@@ -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:justifyContent="flex_end">
|
|
|
|
|
|
+ app:flexWrap="wrap">
|
|
|
|
|
|
<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>
|
|
|
|
|