fix: navbar covering info

This commit is contained in:
sneazy-ibo
2024-03-25 09:42:26 +01:00
parent b5eda797b5
commit 840809990a
5 changed files with 7 additions and 2 deletions

View File

@@ -44,6 +44,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="48dp"
android:paddingBottom="60dp"
tools:ignore="SpeakableTextPresentCheck" />
<nl.joery.animatedbottombar.AnimatedBottomBar

View File

@@ -272,12 +272,14 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_marginBottom="50dp"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/profileViewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="50dp"
android:nestedScrollingEnabled="true"
tools:ignore="SpeakableTextPresentCheck" />
</LinearLayout>

View File

@@ -13,7 +13,7 @@
android:id="@+id/commentsRefresh"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="58dp"
android:layout_marginBottom="120dp"
android:clipChildren="false"
android:clipToPadding="false">

View File

@@ -14,7 +14,8 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:layout_marginBottom="10dp">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/feedSwipeRefresh"

View File

@@ -125,6 +125,7 @@
android:id="@+id/statisticList"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="14dp"
android:orientation="vertical"
android:nestedScrollingEnabled="true"
tools:listitem="@layout/item_chart" />