Skip to content

Commit 7215206

Browse files
committed
Removed modifier attribute.
1 parent bba17c2 commit 7215206

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
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" />
6261
</declare-styleable>
6362

6463
<declare-styleable name="AztecToolbar">

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@
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>
7170
</style>
7271

7372
<style name="AztecToolbarStyle">

0 commit comments

Comments
 (0)