diff --git a/app/src/main/res/layout/fragment_community.xml b/app/src/main/res/layout/fragment_community.xml index 621a97e..f558810 100644 --- a/app/src/main/res/layout/fragment_community.xml +++ b/app/src/main/res/layout/fragment_community.xml @@ -171,6 +171,7 @@ android:id="@+id/fragment_container" android:layout_width="match_parent" android:layout_height="wrap_content" + android:paddingBottom="64dp" app:layout_constraintTop_toBottomOf="@id/section_chip" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent"/> diff --git a/app/src/main/res/layout/fragment_community_all.xml b/app/src/main/res/layout/fragment_community_all.xml index f57d0ca..5dcbee9 100644 --- a/app/src/main/res/layout/fragment_community_all.xml +++ b/app/src/main/res/layout/fragment_community_all.xml @@ -10,7 +10,6 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:background="@color/background" - android:paddingBottom="@dimen/bottom_above" android:orientation="vertical">