diff --git a/QuickPlay/MainActivity.cs b/QuickPlay/MainActivity.cs index e76b487..ee79e0c 100644 --- a/QuickPlay/MainActivity.cs +++ b/QuickPlay/MainActivity.cs @@ -53,7 +53,10 @@ namespace QuickPlay public override bool OnOptionsItemSelected(IMenuItem item) { - Toast.MakeText(this, "Here would be settings, when someone creates it", Android.Widget.ToastLength.Short).Show(); + if (item.ItemId == Resource.Id.action_settings) + Toast.MakeText(this, "Here would be settings, when someone creates it", Android.Widget.ToastLength.Short).Show(); + if (item.ItemId == Resource.Id.action_edit) + Toast.MakeText(this, "No editing this time", Android.Widget.ToastLength.Short).Show(); return base.OnOptionsItemSelected(item); } diff --git a/QuickPlay/QuickPlay.csproj b/QuickPlay/QuickPlay.csproj index ace74a4..854b27c 100644 --- a/QuickPlay/QuickPlay.csproj +++ b/QuickPlay/QuickPlay.csproj @@ -110,7 +110,7 @@ - + @@ -129,6 +129,93 @@ MpcCore + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/QuickPlay/Resources/mipmap-anydpi-v26/material_edit.xml b/QuickPlay/Resources/mipmap-anydpi-v26/material_edit.xml new file mode 100644 index 0000000..fbe5335 --- /dev/null +++ b/QuickPlay/Resources/mipmap-anydpi-v26/material_edit.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/QuickPlay/Resources/mipmap-anydpi-v26/material_settings.xml b/QuickPlay/Resources/mipmap-anydpi-v26/material_settings.xml new file mode 100644 index 0000000..9d8ad76 --- /dev/null +++ b/QuickPlay/Resources/mipmap-anydpi-v26/material_settings.xml @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/QuickPlay/Resources/mipmap-hdpi/material_edit.png b/QuickPlay/Resources/mipmap-hdpi/material_edit.png new file mode 100644 index 0000000..0c198df Binary files /dev/null and b/QuickPlay/Resources/mipmap-hdpi/material_edit.png differ diff --git a/QuickPlay/Resources/mipmap-hdpi/material_settings.png b/QuickPlay/Resources/mipmap-hdpi/material_settings.png new file mode 100644 index 0000000..89b0a0a Binary files /dev/null and b/QuickPlay/Resources/mipmap-hdpi/material_settings.png differ diff --git a/QuickPlay/Resources/mipmap-mdpi/material_edit.png b/QuickPlay/Resources/mipmap-mdpi/material_edit.png new file mode 100644 index 0000000..09b5c62 Binary files /dev/null and b/QuickPlay/Resources/mipmap-mdpi/material_edit.png differ diff --git a/QuickPlay/Resources/mipmap-mdpi/material_settings.png b/QuickPlay/Resources/mipmap-mdpi/material_settings.png new file mode 100644 index 0000000..d5ec9c9 Binary files /dev/null and b/QuickPlay/Resources/mipmap-mdpi/material_settings.png differ diff --git a/QuickPlay/Resources/mipmap-xhdpi/material_edit.png b/QuickPlay/Resources/mipmap-xhdpi/material_edit.png new file mode 100644 index 0000000..6e0eee3 Binary files /dev/null and b/QuickPlay/Resources/mipmap-xhdpi/material_edit.png differ diff --git a/QuickPlay/Resources/mipmap-xhdpi/material_settings.png b/QuickPlay/Resources/mipmap-xhdpi/material_settings.png new file mode 100644 index 0000000..d09235a Binary files /dev/null and b/QuickPlay/Resources/mipmap-xhdpi/material_settings.png differ diff --git a/QuickPlay/Resources/mipmap-xxhdpi/material_edit.png b/QuickPlay/Resources/mipmap-xxhdpi/material_edit.png new file mode 100644 index 0000000..1d393f6 Binary files /dev/null and b/QuickPlay/Resources/mipmap-xxhdpi/material_edit.png differ diff --git a/QuickPlay/Resources/mipmap-xxhdpi/material_settings.png b/QuickPlay/Resources/mipmap-xxhdpi/material_settings.png new file mode 100644 index 0000000..fe3cd78 Binary files /dev/null and b/QuickPlay/Resources/mipmap-xxhdpi/material_settings.png differ diff --git a/QuickPlay/Resources/mipmap-xxxhdpi/material_edit.png b/QuickPlay/Resources/mipmap-xxxhdpi/material_edit.png new file mode 100644 index 0000000..813515b Binary files /dev/null and b/QuickPlay/Resources/mipmap-xxxhdpi/material_edit.png differ diff --git a/QuickPlay/Resources/mipmap-xxxhdpi/material_settings.png b/QuickPlay/Resources/mipmap-xxxhdpi/material_settings.png new file mode 100644 index 0000000..eafb20f Binary files /dev/null and b/QuickPlay/Resources/mipmap-xxxhdpi/material_settings.png differ diff --git a/QuickPlay/Resources/values/strings.xml b/QuickPlay/Resources/values/strings.xml index 0084894..057196d 100644 --- a/QuickPlay/Resources/values/strings.xml +++ b/QuickPlay/Resources/values/strings.xml @@ -3,4 +3,5 @@ Not Connected! Settings + Edit