Changes

Jump to: navigation, search
no edit summary
[[File:android_8_phone_app_tab.png]]
[[File:android_8_simple_text_tabs.png]]
[[File:as3.0_new_tab_fragment.png]]
[[File:as3.0_tab_layout_1_ui.png]]
== Duplicating the Fragments ==
[[File:as3.0_tab_layout_files_created.png]]
== Adding the TabLayout and ViewPager ==
[[File:as3.0_tab_layout_running.png]]
[[File:as3.0_tab_layout_clipped.png]]
[[File:as3.0_tab_layout_scrollable.png]]
[[File:as3.0_tab_layout_fill.png]]
[[File:as3.0_tab_layout_center.png]]
[[File:as3.0_tab_layout_icons.png]]
== Summary ==
TabLayout is one of the components introduced as part of the Android material design implementation. The purpose of the TabLayout component is to present a series of tab items which, when selected, display different content to the user. The tab items can display text, images or a combination of both. When combined with the ViewPager class and fragments, tab layouts can be created with relative ease, with each tab item selection displaying a different fragment.

Navigation menu