summaryrefslogtreecommitdiff
path: root/library/main/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'library/main/res/values')
-rw-r--r--library/main/res/values/attrs.xml10
1 files changed, 10 insertions, 0 deletions
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 @@
<attr name="suwMarginSides" format="dimension|reference" />
<attr name="suwCardBackground" format="color|reference" />
+ <attr name="suwDividerCondition">
+ <enum name="either" value="0" />
+ <enum name="both" value="1" />
+ </attr>
<attr name="suwListItemIconColor" format="color" />
<attr name="suwNavBarBackgroundColor" format="color" />
<attr name="suwNavBarButtonBackground" format="color|reference" />
@@ -98,4 +102,10 @@
<attr name="android:visible" />
</declare-styleable>
+ <declare-styleable name="SuwDividerItemDecoration">
+ <attr name="android:listDivider" />
+ <attr name="android:dividerHeight" />
+ <attr name="suwDividerCondition" />
+ </declare-styleable>
+
</resources>