2019-03-21 19:41:41 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-10-05 05:20:58 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2019-03-21 19:41:41 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/add_folder_button"
|
|
|
|
android:icon="@drawable/ic_new"
|
2019-10-05 05:20:58 +00:00
|
|
|
app:iconTint="?primaryText"
|
2019-03-21 19:41:41 +00:00
|
|
|
android:title="@string/bookmark_select_folder"
|
2019-10-05 05:20:58 +00:00
|
|
|
app:showAsAction="ifRoom" />
|
2019-03-21 19:41:41 +00:00
|
|
|
</menu>
|