mirror of
https://github.com/nextcloud/android.git
synced 2024-11-24 14:15:44 +03:00
Change move or copy file action icon
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
1f885158a5
commit
c4d2ffd462
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ enum class FileAction(@IdRes val id: Int, @StringRes val title: Int, @DrawableRe
|
|||
|
||||
// File moving
|
||||
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
|
||||
FAVORITE(R.id.action_favorite, R.string.favorite, R.drawable.ic_star),
|
||||
|
|
Loading…
Reference in a new issue