add swipe for contact picker and contacts page

This commit is contained in:
2026-05-15 03:54:16 +05:00
parent 97ab31301e
commit deedd16ba2
6 changed files with 265 additions and 183 deletions
@@ -46,13 +46,10 @@
android:layout_height="0dp"
android:layout_weight="1">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
<androidx.viewpager2.widget.ViewPager2
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingVertical="4dp"
android:paddingBottom="80dp" />
android:layout_height="match_parent" />
<ProgressBar
android:id="@+id/loadingView"