Add scan button to folder toolbar

This commit is contained in:
Karim Abou Zeid 2018-04-30 11:25:49 +02:00
commit db42454261
4 changed files with 17 additions and 0 deletions

View file

@ -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"