History log of /frameworks/support/design/tests/res/layout/design_tabs_items.xml
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
69992cb40e18789f4f406ffc94c4ebbd2bc274f7 16-Mar-2016 Kirill Grouchnikov <kirillg@google.com> Fix selection state for custom views on TabLayout

If Tab.setCustomView is called after TabLayout.addTab, we need
to explicitly propagate the selected state from the TabLayout to
the newly set custom view, mirroring the logic in
TabLayout.addTabView.

Also tweak a few test layouts for consistent attribute ordering
and indentation.

Bug: 27677664
Change-Id: I838092e787f9098e64004ebef3ae84ecbba774b9
/frameworks/support/design/tests/res/layout/design_tabs_items.xml
4cc50ca6952dcc35f1babd918742dbd09e3c01c7 05-Jan-2016 Chris Banes <chrisbanes@google.com> Allow TabLayout items to be added in a layout

Adds a new dummy view called TabItem which is just a
vehicle for reading attributes.

Also tidied up TabLayout's attribute javadoc

BUG: 19634570

Change-Id: Ia3a5e518bcf8266fb9fa800f062dd1dc6fe7214c
/frameworks/support/design/tests/res/layout/design_tabs_items.xml