History log of /frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/ItemViewHolder.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
efd346d200a1649d94c5a1add1636de5b7d56eef 15-Mar-2016 Udam Saini <udam@google.com> [SetupWizard] Adds a new divider style for showing divider.

This style is used to determine if the divider item decoration should
check both the item view holder below and above where the divider would
draw itself. If set to true, both need to be true. By default, this is
set to either, so that a divider is drawn if either the item below or
above the divider allows a divider to be set.

bug:27619572
Change-Id: Ic0494542b3b62bf19061fb9feda52baac90f3972
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/ItemViewHolder.java
ed01ca56495fb15117cca72bc7eff58ad4b2733e 11-Feb-2016 Maurice Lam <yukl@google.com> [SuwLib] Allow dividers below disabled items

Bug: 27104912
Change-Id: I1ac43d7b72342d3f3697122347730aa249587b2f
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/ItemViewHolder.java
5a4d6cdfb63240c41527ba80b7baddba8933d770 04-Dec-2015 Maurice Lam <yukl@google.com> [SuwLib] GLIF layout adjustment for headers

- Store the list item directly in the view holder and update in
onBindViewHolder, so that the click handler is not prone to adapter
position changes.
- Glif[List/Recycler]Layout now returns the wrapped adapter when
getAdapter is called.
- Disable dividers for header views

Change-Id: Ie782a4de06e2296d4996cb8b81b5d7d3fc834ccf
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/ItemViewHolder.java
180360409c9e4e9163c670ff48663244b4057eaf 14-Nov-2015 Maurice Lam <yukl@google.com> [SuwLib] Add dividers to GLIF list layouts

Add dividers with inset support to GLIF list and recycler layouts.
Typical usage of this will be by specifying app:suwDividerInset to
either @dimen/suw_items_text_divider_inset or
@dimen/suw_items_icon_divider_inset (the default).

Bug: 25726515
Change-Id: I8f569680d71d1baba093b20f3d48570d53383acb
/frameworks/opt/setupwizard/library/full-support/src/com/android/setupwizardlib/items/ItemViewHolder.java