Add scan button to navigation drawer
This commit is contained in:
parent
db42454261
commit
9b3243e3e2
7 changed files with 248 additions and 77 deletions
|
|
@ -14,6 +14,14 @@
|
|||
android:title="@string/folders" />
|
||||
</group>
|
||||
|
||||
<group android:checkableBehavior="none">
|
||||
<item
|
||||
android:id="@+id/action_scan"
|
||||
android:icon="@drawable/ic_scanner_white_24dp"
|
||||
android:title="@string/scan_media" />
|
||||
</group>
|
||||
|
||||
|
||||
<group
|
||||
android:id="@+id/navigation_drawer_menu_category_other"
|
||||
android:checkableBehavior="none">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue