Add scan button to folder toolbar
This commit is contained in:
parent
95bde3dd94
commit
db42454261
4 changed files with 17 additions and 0 deletions
|
|
@ -2,6 +2,12 @@
|
|||
<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:icon="@drawable/ic_scanner_white_24dp"
|
||||
android:title="@string/action_scan_directory"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_go_to_start_directory"
|
||||
android:icon="@drawable/ic_bookmark_music_white_24dp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue