1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-14 08:21:35 +00:00
This commit is contained in:
Austin Huang 2021-05-14 15:00:31 -04:00
parent 1e2cf4f3a9
commit 429bcc4e91
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
3 changed files with 25 additions and 9 deletions

View file

@ -9,6 +9,13 @@
motion:layout_constraintEnd_toEndOf="parent"
motion:layout_constraintStart_toStartOf="parent"
motion:layout_constraintTop_toTopOf="parent" />
<Constraint
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="visible"
android:layout_marginTop="@dimen/private_page_margins"
android:id="@+id/privatePage"
motion:layout_constraintTop_toBottomOf="@+id/header" />
</ConstraintSet>
<ConstraintSet android:id="@+id/end">
<Constraint