Преглед на файлове

tint sharing bottom sheet icons

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger преди 2 години
родител
ревизия
5571574309
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      app/src/main/java/com/owncloud/android/ui/fragment/FileDetailSharingMenuBottomSheetDialog.java

+ 6 - 0
app/src/main/java/com/owncloud/android/ui/fragment/FileDetailSharingMenuBottomSheetDialog.java

@@ -64,6 +64,12 @@ public class FileDetailSharingMenuBottomSheetDialog extends BottomSheetDialog {
 
         viewThemeUtils.platform.themeDialog(binding.getRoot());
 
+        viewThemeUtils.platform.colorImageView(binding.menuIconAddAnotherLink);
+        viewThemeUtils.platform.colorImageView(binding.menuIconAdvancedPermissions);
+        viewThemeUtils.platform.colorImageView(binding.menuIconSendLink);
+        viewThemeUtils.platform.colorImageView(binding.menuIconUnshare);
+        viewThemeUtils.platform.colorImageView(binding.menuIconSendNewEmail);
+
         updateUI();
 
         setupClickListener();