Эх сурвалжийг харах

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>
Marcel Hibbe 3 жил өмнө
parent
commit
d7e203ee7a

+ 2 - 3
app/src/main/res/layout/item_custom_incoming_text_message.xml

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