1
0
Fork 0
mirror of https://github.com/vanitasvitae/Spherical synced 2024-06-13 15:15:26 +02:00
Spherical/app/src/main/res/menu/main_menu.xml
2017-09-14 20:39:33 +02:00

8 lines
308 B
XML

<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
android:id="@+id/menu_force_sphere"
android:title="@string/menu_force_sphere"
app:showAsAction="never" />
</menu>