OSDN Git Service

DO NOT MERGE - Merge pi-platform-release (PPRL.190205.001) into stage-aosp-master
[android-x86/packages-apps-Gallery2.git] / res / menu / filtershow_menu_curves.xml
1 <menu xmlns:android="http://schemas.android.com/apk/res/android" >
2
3     <group android:id="@+id/curves_popupmenu" >
4         <item
5             android:id="@+id/curve_menu_rgb"
6             android:title="@string/curves_channel_rgb"/>
7         <item
8             android:id="@+id/curve_menu_red"
9             android:title="@string/curves_channel_red"/>
10         <item
11             android:id="@+id/curve_menu_green"
12             android:title="@string/curves_channel_green"/>
13         <item
14             android:id="@+id/curve_menu_blue"
15             android:title="@string/curves_channel_blue"/>
16     </group>
17
18 </menu>