Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/menu/attachment_picker_menu.xml')
-rw-r--r--app/src/main/res/menu/attachment_picker_menu.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/menu/attachment_picker_menu.xml b/app/src/main/res/menu/attachment_picker_menu.xml
index f280ac752..9be81c747 100644
--- a/app/src/main/res/menu/attachment_picker_menu.xml
+++ b/app/src/main/res/menu/attachment_picker_menu.xml
@@ -13,7 +13,7 @@
app:showAsAction="ifRoom" />
<item
android:id="@+id/files"
- android:icon="@drawable/ic_attach_file_grey600_24dp"
+ android:icon="@drawable/ic_attach_file_24dp"
android:title="@string/files"
app:showAsAction="ifRoom" />
</menu>