Android
Android copied to clipboard
Feature/open card archive toggle
Fixes: #2764
- Refactored
card_view_menu.xml— removed unnecessary nested menu items for the action popup (Android handles this automatically). - Implemented a single menu item to toggle Archive / Unarchive, similar to the Star menu item.
- Added tooltips for the Archive / Unarchive toggle button.
- Introduced two new drawables with matching colors and similar icon styles.
- Removed unused drawable ( 3 vertical dots icon )
- Update tests accordingly, since
card_view_menu.xmlhas changed