Clean up reactions row
This commit is contained in:
parent
5d6f3e363d
commit
185ba4f9a0
2 changed files with 10 additions and 8 deletions
|
@ -18,8 +18,7 @@
|
|||
android:layout_height="match_parent"
|
||||
android:orientation="horizontal"
|
||||
android:clickable="true"
|
||||
android:focusable="true">
|
||||
</RelativeLayout>
|
||||
android:focusable="true" />
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -169,6 +168,9 @@
|
|||
android:orientation="horizontal"
|
||||
android:visibility="visible"
|
||||
app:chipSpacingHorizontal="2dp"
|
||||
app:chipSpacingVertical="4dp"
|
||||
app:layout_constrainedWidth="true"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintStart_toStartOf="@+id/message_box"
|
||||
app:layout_constraintTop_toBottomOf="@+id/reactions_anchor" />
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<layout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools">
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
|
||||
<com.daimajia.swipe.SwipeLayout
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -18,8 +17,7 @@
|
|||
android:layout_height="match_parent"
|
||||
android:orientation="horizontal"
|
||||
android:clickable="true"
|
||||
android:focusable="true">
|
||||
</RelativeLayout>
|
||||
android:focusable="true" />
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
|
@ -166,10 +164,12 @@
|
|||
android:orientation="horizontal"
|
||||
android:visibility="visible"
|
||||
app:chipSpacingHorizontal="2dp"
|
||||
app:chipSpacingVertical="4dp"
|
||||
app:layout_constrainedWidth="true"
|
||||
app:layout_constraintEnd_toEndOf="@+id/message_box"
|
||||
app:layout_constraintHorizontal_bias="0.0"
|
||||
app:layout_constraintHorizontal_bias="1.0"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/reactions_anchor" />
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</com.daimajia.swipe.SwipeLayout>
|
||||
</layout>
|
Loading…
Reference in a new issue