Added a scan option.
This commit is contained in:
parent
4fe4e2475c
commit
ada182a569
5 changed files with 135 additions and 18 deletions
8
app/src/main/res/menu/menu_item_directory.xml
Normal file
8
app/src/main/res/menu/menu_item_directory.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?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_scan"
|
||||
android:title="@string/action_scan"
|
||||
app:showAsAction="never" />
|
||||
</menu>
|
||||
Loading…
Add table
Add a link
Reference in a new issue