How can I change this Image?

@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? ...:..

2 Likes

He is developing a builder.

2 Likes

Yes, but my question remains.

1 Like

@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. :wink:

2 Likes

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.

2 Likes

@Kevinkun I am aware of it. But It show a URL which is not defined in code.

yes, that's one but it's not written inside appinventor sources

It's on Material Icons.

navigate_next_FILL0_wght400_GRAD0_opsz48

This one for showing child components
expand_more_FILL0_wght400_GRAD0_opsz48

And this one for hiding child components.

It's quite similar to VS Code's hierarchy.

1 Like

Ohh, I got a like from @Anke :heart_eyes:

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.

data:image/gif;base64,R0lGODlhEAAQAIQaAFhorldnrquz1mFxsvz9/vr6/M3Q2ZGbw5mixvb3+Gp5t2Nys77F4GRzs9ze4mt6uGV1s8/R2VZnrl5usFdortPV2/P09+3u8eXm6lZnrf///wAAzP///////////////yH5BAEAAB8ALAAAAAAQABAAAAVD4CeOZGmeaKquo5K974MuTKHdhDCcgOVfvoTkRLkYj5ehiYLZOJ2YDBFDvVCjp4CjepWaJohIZWw4TFAQ2KvBarvbIQA7

Sir @ewpatton, Please have a look here

Path would be

appinventor-sources/appinventor/appengine/src/com/google/appinventor/images/

I didn't get you :sweat_smile:. 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.

2 Likes

Thanks sir @ewpatton . BTW, I sent you an PM. Please check it

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.