Browse Source

Fix highlights overlapping counts

renovate/org.robolectric-robolectric-4.x
Ammar Githam 4 years ago
parent
commit
122f9b2381
  1. 1
      app/src/main/res/layout/layout_profile_details.xml

1
app/src/main/res/layout/layout_profile_details.xml

@ -326,6 +326,7 @@
<androidx.constraintlayout.widget.Barrier
android:id="@+id/highlights_barrier"
android:layout_width="wrap_content"
app:constraint_referenced_ids="mainPostCount, mainFollowers, mainFollowing"
android:layout_height="wrap_content"
app:barrierDirection="bottom" />

Loading…
Cancel
Save