Skip to content

Commit

Permalink
Merge pull request #83 from mobile-app-dev-1/fix-x-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpdev authored Apr 9, 2024
2 parents e2566bd + 40f3fd4 commit c409e60
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions app/src/main/res/drawable/close.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="960"
android:viewportHeight="960">
<path
android:fillColor="?attr/colorOnPrimary"
android:pathData="M256,760L200,704L424,480L200,256L256,200L480,424L704,200L760,256L536,480L760,704L704,760L480,536L256,760Z"/>
</vector>
3 changes: 2 additions & 1 deletion app/src/main/res/menu/menu_melody_change.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

<item
android:id="@+id/item_cancel"
android:icon="@android:drawable/ic_menu_close_clear_cancel"
android:icon="@drawable/close"
android:title="@string/menu_cancelMelody"
app:iconTint="?attr/colorOnPrimary"
app:showAsAction="always" />
</menu>

0 comments on commit c409e60

Please sign in to comment.