Migrate to standard action bar; prep for prev/next buttons

This commit is contained in:
2026-07-15 00:03:09 -04:00
parent 8f9c79f641
commit b6ad2e5831
13 changed files with 89 additions and 189 deletions
+20 -12
View File
@@ -38,20 +38,28 @@
"name": "LOGO_25",
"spaceOptimization": "storage",
"type": "bitmap",
"menuIcon": true,
"targetPlatforms": [
"basalt",
"diorite",
"chalk",
"flint",
"emery",
"gabbro"
]
"menuIcon": true
},
{
"type": "raw",
"name": "PIN_ICON",
"file": "pin.pdc"
"file": "pin.png",
"memoryFormat": "Smallest",
"name": "PIN",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "prev.png",
"memoryFormat": "Smallest",
"name": "PREV",
"spaceOptimization": "storage",
"type": "bitmap"
},
{
"file": "next.png",
"memoryFormat": "Smallest",
"name": "NEXT",
"spaceOptimization": "storage",
"type": "bitmap"
}
]
},