Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created April 25, 2022 09:43
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 skydoves/c3846da49ef4f6b296d65f320185579e to your computer and use it in GitHub Desktop.
Save skydoves/c3846da49ef4f6b296d65f320185579e to your computer and use it in GitHub Desktop.
tab_layout_example
<com.google.android.material.tabs.TabLayout
...>
<com.google.android.material.tabs.TabItem
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/text_label_1"
/>
<com.google.android.material.tabs.TabItem
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/text_label_2"
/>
...
</com.google.android.material.tabs.TabLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment