Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Update settings icon
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev committed Jun 23, 2024
1 parent 112db77 commit 51139cd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion app/src/main/kotlin/dev/sanmer/mrepo/ui/navigation/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ enum class MainScreen(
Settings(
route = "SettingsScreen",
label = R.string.page_settings,
icon = R.drawable.settings_2
icon = R.drawable.settings
)
}
18 changes: 18 additions & 0 deletions app/src/main/res/drawable/settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M10.325,4.317c0.426,-1.756 2.924,-1.756 3.35,0a1.724,1.724 0,0 0,2.573 1.066c1.543,-0.94 3.31,0.826 2.37,2.37a1.724,1.724 0,0 0,1.065 2.572c1.756,0.426 1.756,2.924 0,3.35a1.724,1.724 0,0 0,-1.066 2.573c0.94,1.543 -0.826,3.31 -2.37,2.37a1.724,1.724 0,0 0,-2.572 1.065c-0.426,1.756 -2.924,1.756 -3.35,0a1.724,1.724 0,0 0,-2.573 -1.066c-1.543,0.94 -3.31,-0.826 -2.37,-2.37a1.724,1.724 0,0 0,-1.065 -2.572c-1.756,-0.426 -1.756,-2.924 0,-3.35a1.724,1.724 0,0 0,1.066 -2.573c-0.94,-1.543 0.826,-3.31 2.37,-2.37c1,0.608 2.296,0.07 2.572,-1.065z"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:strokeColor="#ffff"
android:strokeLineCap="round"/>
<path
android:pathData="M9,12a3,3 0,1 0,6 0a3,3 0,0 0,-6 0"
android:strokeLineJoin="round"
android:strokeWidth="2"
android:strokeColor="#ffff"
android:strokeLineCap="round"/>
</vector>
18 changes: 0 additions & 18 deletions app/src/main/res/drawable/settings_2.xml

This file was deleted.

0 comments on commit 51139cd

Please sign in to comment.