Skip to content

Commit

Permalink
[UI] Change icon for star by outlined version
Browse files Browse the repository at this point in the history
Refs: #375
  • Loading branch information
ghusta committed Nov 22, 2023
1 parent 1386a3e commit ccd6706
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_baseline_star_outline_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="0.97"
android:tint="#000000"
android:viewportHeight="24"
android:viewportWidth="24">
<path
android:fillColor="@android:color/white"
android:pathData="M22,9.24l-7.19,-0.62L12,2 9.19,8.63 2,9.24l5.46,4.73L5.82,21 12,17.27 18.18,21l-1.63,-7.03L22,9.24zM12,15.4l-3.76,2.27 1,-4.28 -3.32,-2.88 4.38,-0.38L12,6.1l1.71,4.04 4.38,0.38 -3.32,2.88 1,4.28L12,15.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 @@ -56,7 +56,7 @@
app:layout_constraintEnd_toEndOf="@+id/listitem_image_stars"
app:layout_constraintStart_toStartOf="@+id/listitem_image_stars"
app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_star_24dp"
app:srcCompat="@drawable/ic_baseline_star_outline_24"
app:tint="@color/textColorSecondary"
tools:ignore="ContentDescription"
tools:layout_gravity="center" />
Expand Down

0 comments on commit ccd6706

Please sign in to comment.