mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-08-03 12:28:13 +00:00
feat(core): add Delizia menu up/down icons
[no changelog]
This commit is contained in:
parent
327ccd38e4
commit
8e1d90f27e
BIN
core/embed/rust/src/ui/layout_delizia/res/chevron_down24.png
Normal file
BIN
core/embed/rust/src/ui/layout_delizia/res/chevron_down24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 358 B |
BIN
core/embed/rust/src/ui/layout_delizia/res/chevron_down24.toif
Normal file
BIN
core/embed/rust/src/ui/layout_delizia/res/chevron_down24.toif
Normal file
Binary file not shown.
BIN
core/embed/rust/src/ui/layout_delizia/res/chevron_up24.png
Normal file
BIN
core/embed/rust/src/ui/layout_delizia/res/chevron_up24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 346 B |
BIN
core/embed/rust/src/ui/layout_delizia/res/chevron_up24.toif
Normal file
BIN
core/embed/rust/src/ui/layout_delizia/res/chevron_up24.toif
Normal file
Binary file not shown.
@ -65,6 +65,8 @@ include_icon!(
|
||||
ICON_CHEVRON_RIGHT,
|
||||
"layout_delizia/res/chevron_right24.toif"
|
||||
);
|
||||
include_icon!(ICON_CHEVRON_UP, "layout_delizia/res/chevron_up24.toif");
|
||||
include_icon!(ICON_CHEVRON_DOWN, "layout_delizia/res/chevron_down24.toif");
|
||||
include_icon!(ICON_DOWNLOAD, "layout_delizia/res/download24.toif");
|
||||
include_icon!(ICON_KEY, "layout_delizia/res/key20.toif");
|
||||
include_icon!(ICON_QR_CODE, "layout_delizia/res/qr_code24.toif");
|
||||
|
Loading…
Reference in New Issue
Block a user