add hard coded padding to compensate for this bug

https://gitlab.futo.org/videostreaming/grayjay/-/merge_requests/133

Changelog: changed
This commit is contained in:
Kai 2025-07-11 15:40:01 -05:00
commit 2738954af7
No known key found for this signature in database

View file

@ -2,7 +2,8 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:paddingBottom="4dp">
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/view_pager"