Skip to content

Commit 496fd29

Browse files
committed
Refactor attribute items
1 parent 941fa99 commit 496fd29

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@
44

55
<declare-styleable name="AztecText">
66
<attr name="backgroundColor" format="reference|color" />
7+
<attr name="blockVerticalPadding" format="reference|dimension" />
78
<attr name="bulletColor" format="reference|color" />
89
<attr name="bulletMargin" format="reference|dimension" />
910
<attr name="bulletPadding" format="reference|dimension" />
1011
<attr name="bulletWidth" format="reference|dimension" />
11-
<attr name="blockVerticalPadding" format="reference|dimension" />
12+
<attr name="codeBackground" format="reference|color" />
13+
<attr name="codeBackgroundAlpha" format="reference|fraction" />
14+
<attr name="codeColor" format="reference|color" />
1215
<attr name="historyEnable" format="reference|boolean" />
1316
<attr name="historySize" format="reference|integer" />
1417
<attr name="lineSpacingExtra" format="reference|dimension" />
@@ -22,15 +25,13 @@
2225
<attr name="quoteWidth" format="reference|dimension" />
2326
<attr name="textColor" format="reference|color" />
2427
<attr name="textColorHint" format="reference|color" />
25-
<attr name="codeBackground" format="reference|color" />
26-
<attr name="codeBackgroundAlpha" format="reference|fraction" />
27-
<attr name="codeColor" format="reference|color" />
2828
</declare-styleable>
2929

3030
<declare-styleable name="SourceViewEditText">
31-
<attr name="codeTextColor" format="reference|color" />
31+
<attr name="attributeColor" format="reference|color" />
3232
<attr name="codeBackgroundColor" format="reference|color" />
33+
<attr name="codeTextColor" format="reference|color" />
3334
<attr name="tagColor" format="reference|color" />
34-
<attr name="attributeColor" format="reference|color" />
3535
</declare-styleable>
36+
3637
</resources>

0 commit comments

Comments
 (0)