Initial commit

This commit is contained in:
Sebastian Seedorf
2020-12-06 20:07:03 +01:00
commit 25cd89a533
47 changed files with 1462 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<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="com.example.greenmangosongfinder.MainActivity">
<item android:id="@+id/action_refresh"
android:title="Refresh song list"
android:orderInCategory="100"
app:showAsAction="never"/>
</menu>