summaryrefslogtreecommitdiff
path: root/main/src/ui/res/menu/connections.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/res/menu/connections.xml')
-rw-r--r--main/src/ui/res/menu/connections.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/src/ui/res/menu/connections.xml b/main/src/ui/res/menu/connections.xml
index 64ca4a2c..631e01a8 100644
--- a/main/src/ui/res/menu/connections.xml
+++ b/main/src/ui/res/menu/connections.xml
@@ -4,12 +4,13 @@
~ Distributed under the GNU GPL v2 with additional terms. For full terms see the file doc/LICENSE.txt
-->
-<menu xmlns:android="http://schemas.android.com/apk/res/android">
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:icon="@drawable/ic_menu_add"
android:title="@string/add_remote"
android:id="@+id/add_new_remote"
android:titleCondensed="@string/add"
- android:showAsAction="always"
+ app:showAsAction="always"
/>
</menu> \ No newline at end of file