Skip to content

Instantly share code, notes, and snippets.

@alirezanazari
Created September 6, 2021 07:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alirezanazari/94d8feed3c5bcbcf1b5e052fda80dc3a to your computer and use it in GitHub Desktop.
Save alirezanazari/94d8feed3c5bcbcf1b5e052fda80dc3a to your computer and use it in GitHub Desktop.
<androidx.viewpager.widget.ViewPager2
android:id="@+id/vpCards"
android:layout_width="0dp"
android:layout_height="@dimen/dp200"
android:paddingRight="@dimen/dp32"
android:paddingLeft="@dimen/dp32"
android:layout_marginLeft="@dimen/dp6"
android:layout_marginRight="@dimen/dp6"
android:clipToPadding="false"
android:layoutDirection="ltr"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment