android: Change plus icon to folder icon because we don't support multiple directories

This commit is contained in:
FearlessTobi 2020-03-31 20:16:36 +02:00 committed by bunnei
parent 22158d0e0e
commit b9375da143
6 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 311 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 416 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 576 B

View File

@ -4,9 +4,10 @@
<item
android:id="@+id/button_add_directory"
android:icon="@drawable/ic_add"
android:icon="@drawable/ic_folder"
android:title="@string/add_directory_title"
app:showAsAction="ifRoom" />
<item
android:id="@+id/menu_settings_core"
android:icon="@drawable/ic_settings_core"