blob: a0231bde43a816f22f9f903c694c1313cce3a435 [file] [log] [blame]
Daniel Olshansky371fcc22013-07-02 15:12:05 -07001<!-- Copyright (C) 2013 The Android Open Source Project
2
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6
7 http://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14-->
15<menu xmlns:android="http://schemas.android.com/apk/res/android" >
16
17 <item
18 android:id="@+id/toggle_orientation"
19 android:showAsAction="never"
20 android:title="@string/vertical"/>
21
22 <item
23 android:id="@+id/num_of_folds"
24 android:showAsAction="ifRoom"
25 android:actionLayout="@layout/spinner"/>
26
27 <item
28 android:title="@string/sepia_effect_off"
29 android:id="@+id/sepia"
30 android:checkable="true"/>
31
32 <item
33 android:title="@string/camera_feed"
34 android:id="@+id/camera_feed"/>
35
36 <item
37 android:id="@+id/animate_fold"
38 android:showAsAction="never"
39 android:title="@string/animate"/>
40
41</menu>