Skip to content

Commit

Permalink
Change ImageView to AppCompatImageView to use tint (#2017)
Browse files Browse the repository at this point in the history
Co-authored-by: Isabel Martin <[email protected]>
  • Loading branch information
ycheng-kickstarter and Arkariang authored Apr 15, 2024
1 parent c39100b commit 55eb15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/toast_error.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
android:orientation="horizontal"
android:padding="@dimen/grid_2">

<ImageView
<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/toast_icon"
android:layout_width="@dimen/grid_5_half"
android:layout_height="wrap_content"
Expand Down

0 comments on commit 55eb15e

Please sign in to comment.