Skip to content

Commit

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

Fixes openhab#3815

Signed-off-by: Danny Baumann <[email protected]>
  • Loading branch information
maniac103 authored Sep 17, 2024
1 parent 5bc588e commit e4ab2b2
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 e4ab2b2

Please sign in to comment.