|
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/menu_order_name_asc" android:title="order by name asc..."></item>
|
|
|
4 |
<item android:id="@+id/menu_order_name_desc" android:title="order by name desc..."></item>
|
|
|
5 |
<item android:id="@+id/menu_order_size_asc" android:title="order by targetSize asc..."></item>
|
|
|
6 |
<item android:id="@+id/menu_order_size_desc" android:title="order by targetSize desc..."></item>
|
|
|
7 |
<item android:id="@+id/menu_order_date_asc" android:title="order by date asc..."></item>
|
|
|
8 |
<item android:id="@+id/menu_order_date_desc" android:title="order by date desc..."></item>
|
|
|
9 |
</menu>
|