Prechádzať zdrojové kódy

theme share icon

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 7 rokov pred
rodič
commit
e327e6a7c0

+ 1 - 0
src/main/java/com/owncloud/android/ui/fragment/FileDetailFragment.java

@@ -294,6 +294,7 @@ public class FileDetailFragment extends FileFragment implements OnClickListener,
         }
 
         item = menu.findItem(R.id.action_send_share_file);
+        ThemeUtils.tintDrawable(item.getIcon(), ThemeUtils.fontColor());
         item.setShowAsAction(MenuItem.SHOW_AS_ACTION_IF_ROOM);
 
         if(getFile().isSharedWithMe() && !getFile().canReshare()){