mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
8 lines
284 B
XML
8 lines
284 B
XML
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
tools:context="io.highfidelity.hifiinterface.MainActivity">
|
|
<item
|
|
android:id="@+id/action_home"
|
|
android:title="@string/home"
|
|
/>
|
|
</menu>
|