Added support for Group presets, can now manage presets and add (clone) them into config

This commit is contained in:
2020-11-04 09:16:40 -06:00
parent 0640e79089
commit 6bae3af294
16 changed files with 716 additions and 84 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/add_from_preset"
android:title="@string/add_from_preset" />
</menu>