Skip to content

Commit aa16828

Browse files
committed
Added quoteBackgroundAlpha attribute.
1 parent 5fe04ff commit aa16828

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<attr name="linkUnderline" format="reference|boolean" />
2121
<attr name="quoteBackground" format="reference|color" />
2222
<attr name="quoteColor" format="reference|color" />
23+
<attr name="quoteBackgroundAlpha" format="reference|fraction" />
2324
<attr name="quoteMargin" format="reference|dimension" />
2425
<attr name="quotePadding" format="reference|dimension" />
2526
<attr name="quoteWidth" format="reference|dimension" />

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
<item name="linkUnderline">false</item>
3939
<item name="quoteBackground">@color/blue_wordpress</item>
4040
<item name="quoteColor">@color/blue_medium</item>
41+
<item name="quoteBackgroundAlpha">75%</item>
4142
<item name="quoteMargin">@dimen/quote_margin</item>
4243
<item name="quotePadding">@dimen/quote_padding</item>
4344
<item name="quoteWidth">@dimen/quote_width</item>

0 commit comments

Comments
 (0)