Skip to content

Commit

Permalink
Android/MainActivity: Replace ic_more with ic_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamer64ytb committed Aug 19, 2024
1 parent 16f4318 commit c1880d8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions src/android/app/src/main/res/drawable/ic_more.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<item
android:id="@+id/homeSettingsFragment"
android:icon="@drawable/ic_more"
android:icon="@drawable/ic_settings"
android:title="@string/home_options" />

<item
Expand Down
2 changes: 1 addition & 1 deletion src/android/app/src/main/res/menu/menu_navigation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<item
android:id="@+id/homeSettingsFragment"
android:icon="@drawable/ic_more"
android:icon="@drawable/ic_settings"
android:title="@string/home_options" />

</menu>

0 comments on commit c1880d8

Please sign in to comment.