Skip to content

Commit

Permalink
fix: fixed long text layout issue (#3727)
Browse files Browse the repository at this point in the history
  • Loading branch information
varunvjha committed Feb 14, 2021
1 parent cacbd0a commit 101989f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/res/layout/attribute_group_item.xml
Expand Up @@ -43,6 +43,7 @@
android:layout_width="0dp"
android:layout_height="1.5dp"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.5"
Expand Down

0 comments on commit 101989f

Please sign in to comment.