mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 13:45:35 +03:00
Update app/src/main/java/com/nextcloud/ui/fileactions/FileAction.kt
Co-authored-by: Álvaro Brey <alvaro.brey@nextcloud.com> Signed-off-by: Felix Nüsse <felix.nuesse@t-online.de>
This commit is contained in:
parent
5b2cc6f2c5
commit
e6c014d832
1 changed files with 2 additions and 0 deletions
|
@ -66,6 +66,8 @@ enum class FileAction(@IdRes val id: Int, @StringRes val title: Int, @DrawableRe
|
||||||
// locks
|
// locks
|
||||||
UNLOCK_FILE(R.id.action_unlock_file, R.string.unlock_file, R.drawable.ic_lock_open_white),
|
UNLOCK_FILE(R.id.action_unlock_file, R.string.unlock_file, R.drawable.ic_lock_open_white),
|
||||||
LOCK_FILE(R.id.action_lock_file, R.string.lock_file, R.drawable.ic_lock),
|
LOCK_FILE(R.id.action_lock_file, R.string.lock_file, R.drawable.ic_lock),
|
||||||
|
|
||||||
|
// Shortcuts
|
||||||
PIN_TO_HOMESCREEN(R.id.action_pin_to_homescreen, R.string.pin_home, R.drawable.add_to_home_screen);
|
PIN_TO_HOMESCREEN(R.id.action_pin_to_homescreen, R.string.pin_home, R.drawable.add_to_home_screen);
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
|
|
Loading…
Reference in a new issue