Skip to content

Instantly share code, notes, and snippets.

@ibrahim4851
Created April 17, 2021 11:10
Show Gist options
  • Save ibrahim4851/db72b921d9bc0410c57339bcb7074bab to your computer and use it in GitHub Desktop.
Save ibrahim4851/db72b921d9bc0410c57339bcb7074bab to your computer and use it in GitHub Desktop.
MainActivityViewPager
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".MainActivity">
<androidx.viewpager.widget.ViewPager
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/viewPager"/>
</LinearLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment