Fix highlights overlapping counts

This commit is contained in:
Ammar Githam 2021-04-03 23:49:54 +09:00
parent 7005527150
commit 122f9b2381
1 changed files with 1 additions and 0 deletions

View File

@ -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" />