Skip to content

Commit 43f4157

Browse files
committed
Added preformat and quote attrs.
1 parent d05c883 commit 43f4157

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

aztec/src/main/res/values/attrs.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@
2727
<attr name="preformatBackground" format="reference|color" />
2828
<attr name="preformatBackgroundAlpha" format="reference|fraction" />
2929
<attr name="preformatColor" format="reference|color" />
30+
<attr name="preformatBorderColor" format="reference|color" />
31+
<attr name="preformatBorderRadius" format="reference|dimension" />
32+
<attr name="preformatBorderThickness" format="reference|dimension" />
33+
<attr name="preformatLeadingMargin" format="reference|dimension" />
3034
<attr name="quoteBackground" format="reference|color" />
3135
<attr name="quoteBackgroundAlpha" format="reference|fraction" />
3236
<attr name="quoteColor" format="reference|color" />
37+
<attr name="quoteTextColor" format="reference|color" />
3338
<attr name="quoteMargin" format="reference|dimension" />
3439
<attr name="quotePadding" format="reference|dimension" />
3540
<attr name="quoteWidth" format="reference|dimension" />

0 commit comments

Comments
 (0)