From efd346d200a1649d94c5a1add1636de5b7d56eef Mon Sep 17 00:00:00 2001 From: Udam Saini Date: Mon, 14 Mar 2016 17:44:35 -0700 Subject: [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 --- library/main/res/values/attrs.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'library/main/res/values/attrs.xml') diff --git a/library/main/res/values/attrs.xml b/library/main/res/values/attrs.xml index cd19ff2..fb559da 100644 --- a/library/main/res/values/attrs.xml +++ b/library/main/res/values/attrs.xml @@ -22,6 +22,10 @@ + + + + @@ -98,4 +102,10 @@ + + + + + + -- cgit v1.2.3