| | |
| | | <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" |