Skip to content

Commit

Permalink
fix #70 - position constraints to center items properly with < 4 app …
Browse files Browse the repository at this point in the history
…links
  • Loading branch information
fennifith committed Mar 11, 2021
1 parent d790a12 commit 5b078d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions attribouter/src/main/res/layout/attribouter_item_app_info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
android:layout_height="wrap_content"
app:layout_constraintVertical_chainStyle="packed"
app:layout_constraintTop_toBottomOf="@id/link_2"
app:layout_constraintStart_toEndOf="@id/link_3"
app:layout_constraintStart_toStartOf="@id/link_2"
app:layout_constraintEnd_toEndOf="@id/link_2"
app:layout_constraintBottom_toBottomOf="@id/link_3">
app:layout_constraintBottom_toBottomOf="parent">

<include layout="@layout/attribouter_item_link_inline" />

Expand Down

0 comments on commit 5b078d4

Please # to comment.