mirror of
https://github.com/MaintainTeam/LastPipeBender.git
synced 2025-03-05 21:34:40 +03:00
10 lines
332 B
XML
10 lines
332 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/action_search"
|
||
|
android:icon="?attr/search"
|
||
|
android:title="@string/search"
|
||
|
app:showAsAction="always"/>
|
||
|
</menu>
|