EtchDroid/app/src/main/res/menu/menu_main.xml
Davide Depau 53dc07490c Complete app redesign
- Switched to AndroidX namespace
- Switched from Fragments to Activities
- Automatically detects USB drives on (dis)connection
- UX is simpler, less taps are needed
2018-09-01 03:06:06 +02:00

11 lines
417 B
XML

<menu xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="eu.depau.etchdroid.activities.StartActivity">
<item
android:id="@+id/action_licenses"
android:orderInCategory="100"
android:title="@string/licenses"
app:showAsAction="never"/>
</menu>