Skip to content

Commit

Permalink
Merge pull request #294 from adeekshith/feature/make-settings-button-…
Browse files Browse the repository at this point in the history
…more-visible

Make settings button show up on main screen
public: Show settings button in main screen without hiding in the menu
  • Loading branch information
adeekshith authored May 25, 2021
2 parents 21c15b3 + 7ac2290 commit 3af8a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/menu/main_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
android:id="@+id/setting"
android:title="@string/settings"
android:icon="@drawable/ic_settings"
app:showAsAction="never"/>
app:showAsAction="ifRoom"/>

<item
android:id="@+id/about"
Expand Down

0 comments on commit 3af8a8a

Please sign in to comment.