Skip to content

Commit f642dc4

Browse files
committed
Added text modifier attribute.
1 parent 29b449e commit f642dc4

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
@@ -58,6 +58,7 @@
5858
<attr name="headingSixFontColor" format="reference|color" />
5959
<attr name="taskListStrikethroughChecked" format="reference|boolean" />
6060
<attr name="taskListCheckedTextColor" format="reference|color" />
61+
<attr name="textSizeModifier" format="reference|dimension" />
6162
</declare-styleable>
6263

6364
<declare-styleable name="AztecToolbar">

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<item name="lineSpacingMultiplier">@dimen/spacing_multiplier</item>
6868
<item name="android:textCursorDrawable">?attr/textColor</item>
6969
<item name="backgroundColor">@android:color/transparent</item>
70+
<item name="textSizeModifier">0sp</item>
7071
</style>
7172

7273
<style name="AztecToolbarStyle">

0 commit comments

Comments
 (0)