Skip to content

Commit

Permalink
[UI] Change icon for share 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 1147978 commit 1386a3e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
11 changes: 11 additions & 0 deletions app/src/main/res/drawable/ic_outline_share_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="M18,16.08c-0.76,0 -1.44,0.3 -1.96,0.77L8.91,12.7c0.05,-0.23 0.09,-0.46 0.09,-0.7s-0.04,-0.47 -0.09,-0.7l7.05,-4.11c0.54,0.5 1.25,0.81 2.04,0.81 1.66,0 3,-1.34 3,-3s-1.34,-3 -3,-3 -3,1.34 -3,3c0,0.24 0.04,0.47 0.09,0.7L8.04,9.81C7.5,9.31 6.79,9 6,9c-1.66,0 -3,1.34 -3,3s1.34,3 3,3c0.79,0 1.5,-0.31 2.04,-0.81l7.12,4.16c-0.05,0.21 -0.08,0.43 -0.08,0.65 0,1.61 1.31,2.92 2.92,2.92s2.92,-1.31 2.92,-2.92c0,-1.61 -1.31,-2.92 -2.92,-2.92zM18,4c0.55,0 1,0.45 1,1s-0.45,1 -1,1 -1,-0.45 -1,-1 0.45,-1 1,-1zM6,13c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1 1,0.45 1,1 -0.45,1 -1,1zM18,20.02c-0.55,0 -1,-0.45 -1,-1s0.45,-1 1,-1 1,0.45 1,1 -0.45,1 -1,1z" />
</vector>
10 changes: 0 additions & 10 deletions app/src/main/res/drawable/ic_share_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 @@ -36,7 +36,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
app:srcCompat="@drawable/ic_share_black_24dp"
app:srcCompat="@drawable/ic_outline_share_24"
app:tint="?attr/colorOnPrimary"
android:text="Share"
tools:ignore="HardcodedText" />
Expand Down

0 comments on commit 1386a3e

Please sign in to comment.