mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-15 23:00:31 +05:30
15 lines
497 B
XML
15 lines
497 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:title="Search"
|
|
android:icon="@drawable/ic_search"
|
|
android:id="@+id/action_search"
|
|
app:showAsAction="always"
|
|
/>
|
|
<item android:title="Settings"
|
|
android:icon="@drawable/ic_settings"
|
|
android:id="@+id/action_settings"
|
|
app:showAsAction="ifRoom"
|
|
/>
|
|
</menu> |