Skip to content

Commit

Permalink
[UI] Change icon for official image by "workspace_premium"
Browse files Browse the repository at this point in the history
Closes: #372
  • Loading branch information
ghusta committed Nov 22, 2023
1 parent ccd6706 commit 05d90d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_workspace_premium_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:alpha="1.0"
android:tint="#000000"
android:viewportHeight="24"
android:viewportWidth="24">
<path
android:fillColor="@android:color/white"
android:pathData="M9.68,13.69L12,11.93l2.31,1.76l-0.88,-2.85L15.75,9h-2.84L12,6.19L11.09,9H8.25l2.31,1.84L9.68,13.69zM20,10c0,-4.42 -3.58,-8 -8,-8s-8,3.58 -8,8c0,2.03 0.76,3.87 2,5.28V23l6,-2l6,2v-7.72C19.24,13.87 20,12.03 20,10zM12,4c3.31,0 6,2.69 6,6s-2.69,6 -6,6s-6,-2.69 -6,-6S8.69,4 12,4z" />
</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_workspace_premium_24"
app:tint="@color/textColorSecondary"
tools:ignore="ContentDescription"
tools:layout_gravity="center" />
Expand Down

0 comments on commit 05d90d0

Please sign in to comment.