|
4 | 4 |
|
5 | 5 | <declare-styleable name="AztecText"> |
6 | 6 | <attr name="backgroundColor" format="reference|color" /> |
| 7 | + <attr name="blockVerticalPadding" format="reference|dimension" /> |
7 | 8 | <attr name="bulletColor" format="reference|color" /> |
8 | 9 | <attr name="bulletMargin" format="reference|dimension" /> |
9 | 10 | <attr name="bulletPadding" format="reference|dimension" /> |
10 | 11 | <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" /> |
12 | 15 | <attr name="historyEnable" format="reference|boolean" /> |
13 | 16 | <attr name="historySize" format="reference|integer" /> |
14 | 17 | <attr name="lineSpacingExtra" format="reference|dimension" /> |
|
22 | 25 | <attr name="quoteWidth" format="reference|dimension" /> |
23 | 26 | <attr name="textColor" format="reference|color" /> |
24 | 27 | <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" /> |
28 | 28 | </declare-styleable> |
29 | 29 |
|
30 | 30 | <declare-styleable name="SourceViewEditText"> |
31 | | - <attr name="codeTextColor" format="reference|color" /> |
| 31 | + <attr name="attributeColor" format="reference|color" /> |
32 | 32 | <attr name="codeBackgroundColor" format="reference|color" /> |
| 33 | + <attr name="codeTextColor" format="reference|color" /> |
33 | 34 | <attr name="tagColor" format="reference|color" /> |
34 | | - <attr name="attributeColor" format="reference|color" /> |
35 | 35 | </declare-styleable> |
| 36 | + |
36 | 37 | </resources> |
0 commit comments