Restore floating action bar (legacy style)
This commit is contained in:
+18
-2
@@ -11,15 +11,17 @@
|
||||
"dependencies": {},
|
||||
"pebble": {
|
||||
"displayName": "REcounter",
|
||||
"uuid": "36bab645-70c5-472b-b99f-afc9f8656c71",
|
||||
"uuid": "44fcf599-ed1b-4261-b818-d59471db9a18",
|
||||
"sdkVersion": "3",
|
||||
"enableMultiJS": false,
|
||||
"targetPlatforms": [
|
||||
"aplite",
|
||||
"basalt",
|
||||
"chalk",
|
||||
"diorite",
|
||||
"flint",
|
||||
"emery"
|
||||
"emery",
|
||||
"gabbro"
|
||||
],
|
||||
"watchapp": {
|
||||
"watchface": false
|
||||
@@ -48,6 +50,20 @@
|
||||
"spaceOptimization": "storage",
|
||||
"type": "bitmap"
|
||||
},
|
||||
{
|
||||
"file": "patch_bottom.png",
|
||||
"memoryFormat": "Smallest",
|
||||
"name": "PATCH_BOTTOM",
|
||||
"spaceOptimization": "storage",
|
||||
"type": "bitmap"
|
||||
},
|
||||
{
|
||||
"file": "patch_top.png",
|
||||
"memoryFormat": "Smallest",
|
||||
"name": "PATCH_TOP",
|
||||
"spaceOptimization": "storage",
|
||||
"type": "bitmap"
|
||||
},
|
||||
{
|
||||
"file": "icon.png",
|
||||
"memoryFormat": "Smallest",
|
||||
|
||||
Reference in New Issue
Block a user