Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/context_based_formatting.xml')
-rw-r--r--app/src/main/res/menu/context_based_formatting.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/src/main/res/menu/context_based_formatting.xml b/app/src/main/res/menu/context_based_formatting.xml
deleted file mode 100644
index b45512eb..00000000
--- a/app/src/main/res/menu/context_based_formatting.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:id="@+id/checkbox"
- android:title="@string/simple_checkbox"
- app:showAsAction="ifRoom" />
- <item android:id="@+id/link"
- android:icon="@drawable/ic_insert_link_black_24dp"
- android:title="@string/simple_link"
- app:showAsAction="ifRoom" />
-</menu> \ No newline at end of file