diff --git a/app/ui/src/debug/res/xml/shortcuts.xml b/app/ui/src/debug/res/xml/shortcuts.xml new file mode 100644 index 00000000..142c687e --- /dev/null +++ b/app/ui/src/debug/res/xml/shortcuts.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/app/ui/src/main/AndroidManifest.xml b/app/ui/src/main/AndroidManifest.xml index 5d532173..843f3111 100644 --- a/app/ui/src/main/AndroidManifest.xml +++ b/app/ui/src/main/AndroidManifest.xml @@ -24,6 +24,10 @@ + + + - diff --git a/app/ui/src/main/res/xml/shortcuts.xml b/app/ui/src/main/res/xml/shortcuts.xml new file mode 100644 index 00000000..34533507 --- /dev/null +++ b/app/ui/src/main/res/xml/shortcuts.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/app/ui/src/nightly/res/xml/shortcuts.xml b/app/ui/src/nightly/res/xml/shortcuts.xml new file mode 100644 index 00000000..27c0c2ea --- /dev/null +++ b/app/ui/src/nightly/res/xml/shortcuts.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file diff --git a/app/ui/src/release/res/xml/shortcuts.xml b/app/ui/src/release/res/xml/shortcuts.xml new file mode 100644 index 00000000..272c0ad4 --- /dev/null +++ b/app/ui/src/release/res/xml/shortcuts.xml @@ -0,0 +1,15 @@ + + + + + + + \ No newline at end of file