summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorJohn Hoford <google.com>2013-01-25 13:28:34 -0800
committerJohn Hoford <hoford@google.com>2013-01-30 18:57:44 -0800
commit0b1b15525e85ed9fceaa1aab2f39df620f375826 (patch)
treeeca7c14f7419d9930cca452c3850bfa14ccf461e /res/menu
parent8b4605633b6fedbe54020aac84f7ab042a71af7c (diff)
downloadandroid_packages_apps_Snap-0b1b15525e85ed9fceaa1aab2f39df620f375826.tar.gz
android_packages_apps_Snap-0b1b15525e85ed9fceaa1aab2f39df620f375826.tar.bz2
android_packages_apps_Snap-0b1b15525e85ed9fceaa1aab2f39df620f375826.zip
add color selection ui to draw
Change-Id: Ie2fa3522141e4f98e2b7f805c1ebe3385083bb02
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/filtershow_menu_draw.xml35
1 files changed, 35 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..be6dc7058
--- /dev/null
+++ b/res/menu/filtershow_menu_draw.xml
@@ -0,0 +1,35 @@
+<?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"
+ android:title="@string/draw_style_brush" />
+ <item
+ android:id="@+id/draw_menu_size"
+ android:title="@string/draw_size" />
+ <item
+ android:id="@+id/draw_menu_color"
+ android:title="@string/draw_color"/>
+ </group>
+
+</menu> \ No newline at end of file