Skip to content

Commit

Permalink
[UI] Change icon for tag 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 83fe2d6 commit 1147978
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
14 changes: 14 additions & 0 deletions app/src/main/res/drawable/ic_outline_sell_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<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="M21.41,11.41l-8.83,-8.83C12.21,2.21 11.7,2 11.17,2H4C2.9,2 2,2.9 2,4v7.17c0,0.53 0.21,1.04 0.59,1.41l8.83,8.83c0.78,0.78 2.05,0.78 2.83,0l7.17,-7.17C22.2,13.46 22.2,12.2 21.41,11.41zM12.83,20L4,11.17V4h7.17L20,12.83L12.83,20z" />
<path
android:fillColor="@android:color/white"
android:pathData="M6.5,6.5m-1.5,0a1.5,1.5 0,1 1,3 0a1.5,1.5 0,1 1,-3 0" />
</vector>
10 changes: 0 additions & 10 deletions app/src/main/res/drawable/ic_tag_black_24dp.xml

This file was deleted.

2 changes: 1 addition & 1 deletion app/src/main/res/layout/list_docker_image_child_item.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
app:srcCompat="@drawable/ic_tag_black_24dp"
app:srcCompat="@drawable/ic_outline_sell_24"
app:tint="?attr/colorOnPrimary"
tools:ignore="HardcodedText" />

Expand Down

0 comments on commit 1147978

Please sign in to comment.