Hi Guys,
As far as I know, cdimage-[touch,legacy] are really no longer
used/maintained. Should we remove them from documentation/phablet-flash?
If they're no longer used I think keeping them adds unnecessary confusion.
If we're okay with removing them from the docs/phablet-flash, I'm happy to
d
The icons do show up in 13.10 with the mobile icons installed.
We use this bit of code:
*in our main.qml*
function getIcon(name, type) {
if (type === undefined)
type = "actions"
return "/usr/share/icons/ubuntu-mobile/" + type + "/scalable/"
+ name + ".svg"
}
2 matches
Mail list logo