We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ad65b commit 480f88aCopy full SHA for 480f88a
1 file changed
app/src/main/res/menu/menu.xml
@@ -5,10 +5,10 @@
5
android:id="@+id/settings"
6
android:icon="@drawable/ic_settings_cog_vector"
7
android:title="@string/settings"
8
- app:showAsAction="ifRoom" />
+ app:showAsAction="always" />
9
<item
10
android:id="@+id/about"
11
android:icon="@drawable/ic_info_vector"
12
android:title="@string/about"
13
14
</menu>
0 commit comments