1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00

remove excessive margin, refresh feed anew, closes #595

This commit is contained in:
Austin Huang 2021-01-15 11:13:36 -05:00
parent 8e3d0af9d3
commit 8b81b115f0
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
3 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,6 @@
android:id="@+id/story_container"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginTop="?attr/actionBarSize"
android:layout_weight="1"
app:layout_constraintBottom_toTopOf="@id/storiesList"
app:layout_constraintEnd_toEndOf="parent"