Added resource files

Forgot to commit them before...
This commit is contained in:
litetex 2021-12-24 21:35:41 +01:00
parent 9af91a7f44
commit 73d3fd9ae1
3 changed files with 96 additions and 0 deletions

View file

@ -0,0 +1,11 @@
<?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="@drawable/ic_search"
android:orderInCategory="1"
android:title="@string/search"
app:showAsAction="always" />
</menu>