mirror of
https://github.com/vanitasvitae/Spherical
synced 2024-11-15 17:02:10 +01:00
8 lines
308 B
XML
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>
|