lmw
2024-07-09 b13afc751dbbce24753d008f1f87d2c5e133a4ad
xldutils-kotlin/src/main/res/layout/activity_image_pager.xml
@@ -2,14 +2,14 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:id="@+id/cl_back"
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:background="@android:color/black">
    <androidx.viewpager.widget.ViewPager
        android:id="@+id/mViewPager"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        app:layout_constraintTop_toBottomOf="@id/tv_back"
        android:layout_height="match_parent"
        app:layout_constraintBottom_toBottomOf="parent"/>
    <TextView
        android:id="@+id/tv_pages"