Skip to content

Commit

Permalink
Merge pull request #7863 from thunderbird/remove-unused-color-attributes
Browse files Browse the repository at this point in the history
Remove unused color attribute
  • Loading branch information
wmontwe committed May 22, 2024
2 parents 5991c5d + 1fed88b commit 6e24ca9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/ui/legacy/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<attr name="messageListReadTextColor" format="reference|color"/>
<attr name="messageListPreviewTextColor" format="reference|color"/>
<attr name="messageListDividerColor" format="reference|color"/>
<attr name="messageListStateIconTint" format="reference|color"/>
<attr name="messageListSwipeIconTint" format="reference|color"/>
<attr name="messageListSwipeDisabledBackgroundColor" format="reference|color"/>
<attr name="messageListSwipeSelectBackgroundColor" format="reference|color"/>
Expand Down
2 changes: 0 additions & 2 deletions app/ui/legacy/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
<item name="messageListReadTextColor">#ff444444</item>
<item name="messageListPreviewTextColor">#ff444444</item>
<item name="messageListDividerColor">#ffcccccc</item>
<item name="messageListStateIconTint">#bbbbbb</item>

<item name="messageListSwipeIconTint">#ffffff</item>
<item name="messageListSwipeDisabledBackgroundColor">@color/material_gray_200</item>
Expand Down Expand Up @@ -203,7 +202,6 @@
<item name="messageListReadTextColor">#ffaaaaaa</item>
<item name="messageListPreviewTextColor">#ffaaaaaa</item>
<item name="messageListDividerColor">#ff333333</item>
<item name="messageListStateIconTint">#777777</item>

<item name="messageListSwipeIconTint">#ffffff</item>
<item name="messageListSwipeDisabledBackgroundColor">@color/material_gray_900</item>
Expand Down

0 comments on commit 6e24ca9

Please sign in to comment.