Skip to content

Commit

Permalink
Fix lint (Appcompat 1.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Husta committed Aug 11, 2020
1 parent 0a61622 commit 28f1460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/list_docker_image_group_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
android:layout_gravity="center"
android:minHeight="24dp"
android:paddingBottom="2dp"
android:tint="@color/secondaryTextColor"
app:tint="@color/secondaryTextColor"
android:tintMode="src_in"
app:srcCompat="@drawable/ic_star_24dp"
tools:ignore="ContentDescription"
Expand All @@ -51,7 +51,7 @@
android:layout_gravity="center"
android:minHeight="24dp"
android:paddingBottom="2dp"
android:tint="@color/secondaryTextColor"
app:tint="@color/secondaryTextColor"
android:tintMode="src_in"
app:srcCompat="@drawable/ic_official_image"
tools:ignore="ContentDescription"
Expand Down

0 comments on commit 28f1460

Please sign in to comment.