parent
5fdb7ad939
commit
90db67c72e
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,59 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
|
||||
|
||||
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">
|
||||
<item
|
||||
android:id="@+id/menu_new_folder"
|
||||
android:title="@string/menu_create_folder"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_export_text"
|
||||
android:title="@string/menu_export_text"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_sync"
|
||||
android:title="@string/menu_sync"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_setting"
|
||||
android:title="@string/menu_setting" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_search"
|
||||
android:title="@string/menu_search"/>
|
||||
<item
|
||||
android:id="@+id/menu_fly"
|
||||
android:title="@string/menu_fly"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_pink"
|
||||
android:title="@string/menu_pink"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_falus"
|
||||
android:title="@string/menu_falus"/>
|
||||
<item
|
||||
android:id="@+id/menu_secret"
|
||||
android:title="@string/menu_secret"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_quit_secret"
|
||||
android:title="@string/menu_quit_secret"/>
|
||||
|
||||
|
||||
</menu>
|
||||
@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
|
||||
<!-- Copyright (c) 2010-2011, The MiCode Open Source Community (www.micode.net)
|
||||
|
||||
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">
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_new_note"
|
||||
android:title="@string/notelist_menu_new"/>
|
||||
<item
|
||||
android:id="@+id/menu_secret"
|
||||
android:title="@string/menu_secret"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_quit_secret"
|
||||
android:title="@string/menu_quit_secret"/>
|
||||
</menu>
|
||||
Loading…
Reference in new issue