|
0
|
1 |
<?xml version="1.0" encoding="utf-8"?>
|
|
|
2 |
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
3 |
<!-- <item android:id="@+id/test" android:title="test"/> -->
|
|
|
4 |
<group android:id="@+id/home_dir">
|
|
|
5 |
<item android:id="@+id/menu_go_home" android:title="go to home dir"/>
|
|
|
6 |
</group>
|
|
|
7 |
<item android:id="@+id/menu_size_of_selection" android:title="targetSize of selection"/>
|
|
|
8 |
<item android:id="@+id/menu_refresh_dir_list" android:title="refresh dir list"/>
|
|
|
9 |
<item android:id="@+id/menu_create_dir" android:title="create diretory"/>
|
|
|
10 |
<!--
|
|
|
11 |
tohle menu je určené jako context menu v dialogu a tam je potíž (zjištěno v API 22),
|
|
|
12 |
že context menu se zobrazí normálně v popředí, kdežto submenu se zobrazí POD dialogem
|
|
|
13 |
(jinak submenu funguje normálně, ale je přístupné až po ukončení dialogu)
|
|
|
14 |
na žádný workaround jsem zatím nepříšel
|
|
|
15 |
<item android:id="@+id/menu_order" android:title="reorder list">
|
|
|
16 |
<menu>
|
|
|
17 |
<item android:id="@OrderNameAsc_asc" android:title="by name asc..."/>
|
|
|
18 |
<item android:id="@OrderNameDescdesc" android:title="by name desc..."/>
|
|
|
19 |
<item android:id="@OrderSizeAsc_asc" android:title="by targetSize asc..."/>
|
|
|
20 |
<item android:id="@OrderSizeDescdesc" android:title="by targetSize desc..."/>
|
|
|
21 |
<item android:id="@OrderDateAsc_asc" android:title="by date asc..."/>
|
|
|
22 |
<item android:id="@OrderDateDescdesc" android:title="by date desc..."/>
|
|
|
23 |
</menu>
|
|
|
24 |
</item>
|
|
|
25 |
-->
|
|
|
26 |
<item android:id="@+id/menu_free_space" android:title="display free space"/>
|
|
|
27 |
</menu>
|