Skip to content

Commit

Permalink
[UI] Change icon for official by outlined version
Browse files Browse the repository at this point in the history
Refs: #375
Closes: #384
  • Loading branch information
ghusta committed Nov 22, 2023
1 parent ccd6706 commit 8f53485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/src/main/res/drawable/ic_outline_check_circle_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector android:alpha="0.97" android:height="24dp"
android:tint="#000000" android:viewportHeight="24"
android:viewportWidth="24" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="@android:color/white" android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM16.59,7.58L10,14.17l-2.59,-2.58L6,13l4,4 8,-8z"/>
</vector>
2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_docker_image_group_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toBottomOf="@id/listitem_image_stars"
app:srcCompat="@drawable/ic_official_image"
app:srcCompat="@drawable/ic_outline_check_circle_24"
app:tint="@color/textColorSecondary"
tools:ignore="ContentDescription"
tools:layout_gravity="center" />
Expand Down

0 comments on commit 8f53485

Please sign in to comment.