mirror of
https://github.com/hmalik144/Driver.git
synced 2025-12-10 02:45:20 +00:00
10 lines
339 B
XML
10 lines
339 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
<item
|
|
android:id="@+id/archive"
|
|
android:icon="@drawable/ic_sort_black_24dp"
|
|
android:title="@string/sort"
|
|
app:showAsAction="ifRoom" />
|
|
</menu> |