Skip to content

Commit

Permalink
Remove bottom constraint in forum attachment row
Browse files Browse the repository at this point in the history
This change was made to keep consistency with the textView which is also not constrained to the barrier below
  • Loading branch information
JustAGhost23 committed Feb 24, 2024
1 parent 61c0049 commit 8dd3f39
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/layout/row_attachment_detail_forum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@

app:layout_constraintStart_toEndOf="@id/name"
app:layout_constraintEnd_toStartOf="@+id/more"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="@id/barrier"/>
app:layout_constraintTop_toTopOf="parent" />

<View
android:id="@+id/click_wrapper"
Expand Down

0 comments on commit 8dd3f39

Please sign in to comment.