You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
365 B
XML
18 lines
365 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<item
|
|
android:id="@+id/action_order_new"
|
|
android:title="@string/newest" />
|
|
|
|
<item
|
|
android:id="@+id/action_order_abs"
|
|
android:title="@string/by_name" />
|
|
|
|
<item
|
|
android:id="@+id/action_order_rating"
|
|
android:title="@string/by_rating" />
|
|
|
|
</menu>
|