summaryrefslogtreecommitdiffstats
path: root/res/menu/filtershow_menu_draw.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/filtershow_menu_draw.xml')
-rw-r--r--res/menu/filtershow_menu_draw.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/res/menu/filtershow_menu_draw.xml b/res/menu/filtershow_menu_draw.xml
new file mode 100644
index 000000000..2960c1f05
--- /dev/null
+++ b/res/menu/filtershow_menu_draw.xml
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <group android:id="@+id/curves_popupmenu" >
+ <item
+ android:id="@+id/draw_menu_style_line"
+ android:title="@string/draw_style_line" />
+ <item
+ android:id="@+id/draw_menu_style_brush_marker"
+ android:title="@string/draw_style_brush_marker"/>
+ <item
+ android:id="@+id/draw_menu_style_brush_spatter"
+ android:title="@string/draw_style_brush_spatter"/>
+ <item
+ android:id="@+id/draw_menu_size"
+ android:title="@string/draw_size" />
+ <item
+ android:id="@+id/draw_menu_color"
+ android:title="@string/draw_color"/>
+ <item
+ android:id="@+id/draw_menu_clear"
+ android:title="@string/draw_clear"/>
+ </group>
+
+</menu> \ No newline at end of file