Skip to content

Commit 446bd41

Browse files
committed
Added task list style elements.
1 parent d05c883 commit 446bd41

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
<attr name="headingFourFontColor" format="reference|color" />
4949
<attr name="headingFiveFontColor" format="reference|color" />
5050
<attr name="headingSixFontColor" format="reference|color" />
51+
<attr name="taskListStrikethroughChecked" format="reference|boolean" />
52+
<attr name="taskListCheckedTextColor" format="reference|color" />
5153
</declare-styleable>
5254

5355
<declare-styleable name="AztecToolbar">

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949
<item name="quoteWidth">@dimen/quote_width</item>
5050
<item name="textColor">@android:color/white</item>
5151
<item name="textColorHint">@android:color/darker_gray</item>
52+
<item name="taskListCheckedTextColor">@android:color/darker_gray</item>
53+
<item name="taskListStrikethroughChecked">true</item>
5254
</style>
5355

5456
<style name="AztecToolbarStyle">

0 commit comments

Comments
 (0)