Change move or copy file action icon

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2023-10-12 11:57:02 +02:00 committed by Alper Öztürk (Rebase PR Action)
parent 1f885158a5
commit c4d2ffd462

View file

@ -39,7 +39,7 @@ enum class FileAction(@IdRes val id: Int, @StringRes val title: Int, @DrawableRe
// File moving // File moving
RENAME_FILE(R.id.action_rename_file, R.string.common_rename, R.drawable.ic_rename), RENAME_FILE(R.id.action_rename_file, R.string.common_rename, R.drawable.ic_rename),
MOVE_OR_COPY(R.id.action_move_or_copy, R.string.actionbar_move_or_copy, R.drawable.ic_move), MOVE_OR_COPY(R.id.action_move_or_copy, R.string.actionbar_move_or_copy, R.drawable.ic_external),
// favorites // favorites
FAVORITE(R.id.action_favorite, R.string.favorite, R.drawable.ic_star), FAVORITE(R.id.action_favorite, R.string.favorite, R.drawable.ic_star),