stuff
This commit is contained in:
17
prototypes/examples/bottom-navigation.lua
Normal file
17
prototypes/examples/bottom-navigation.lua
Normal file
@@ -0,0 +1,17 @@
|
||||
return {
|
||||
toolbar = {
|
||||
width = 0.5,
|
||||
padding = 3,
|
||||
{
|
||||
background = recents_icon
|
||||
},
|
||||
{
|
||||
align = "center",
|
||||
background = favorites_icon
|
||||
},
|
||||
{
|
||||
align = "right",
|
||||
background = nearby_icon
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user