@anke , I want to replace that icon with my own Icon.. But I am unable to find that image on appinventor-sources. Like every images are inside appinventor/images
folder. But it's not there
Why? ...:..
He is developing a builder.
Yes, but my question remains.
@anke, Actually, this icon does not look good in my design. That's why I want to change it with my own image
Then show your own icon. Maybe I'll agree with you.
It's not designed yet but it won't take much time. I will soon publish my icon here. Till that, Can you help me in searching that icon ?
click here,then click the icon, you may find the html and css. Hope this can help, not tried, i am replying this on my cellphone.
yes, that's one but it's not written inside appinventor sources
It's on Material Icons.
This one for showing child components
And this one for hiding child components.
It's quite similar to VS Code's hierarchy.
Do you know where it is written in appinventor sources ? I searched the whole repo but didn't seen it yet.
This is the link I got from Console of that Icon.
Path would be
appinventor-sources/appinventor/appengine/src/com/google/appinventor/images/
I didn't get you . Can you elaborate it more ?
The images in question are provided by GWT as part of its Tree class. The Tree class references Tree.Resources, which defines 3 interface methods, treeClosed
, treeLeaf
, and treeOpen
, that you can use to provide alternative images. You should be able to add the necessary methods and annotations to the Image bundle used by Ode to override the GWT-provided images.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.