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

move emojis inside bubble

Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
Marcel Hibbe 3 жил өмнө
parent
commit
db8c4dd18a

+ 17 - 8
app/src/main/res/layout/item_custom_incoming_text_message.xml

@@ -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>