Skip to content

Commit

Permalink
Clear default button icon tint
Browse files Browse the repository at this point in the history
That tint overwrote both the icon coloring and the iconcolor attribute.

Fixes #3815

Signed-off-by: Danny Baumann <[email protected]>
  • Loading branch information
maniac103 committed Sep 17, 2024
1 parent 5bc588e commit 0e8dfa7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@
tools:layout_width="wrap_content"
app:iconGravity="textStart"
app:iconPadding="0dp"
app:iconTint="@android:color/white"
app:iconTintMode="multiply"
tools:text="Action 1" />
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,6 @@
app:toggleCheckedStateOnClick="false"
app:iconGravity="textStart"
app:iconPadding="0dp"
app:iconTint="@android:color/white"
app:iconTintMode="multiply"
tools:text="Action 1" />

0 comments on commit 0e8dfa7

Please sign in to comment.