Question?
Quote:
Originally Posted by drkfngthdragnlrd
No problem, you can do the same with the icons in each expanded layout of the cprs. I copied the icon code and pasted it back i as a new line of each expanded layout. Give it a source and rename Icon as Iconfixed and bam, you add a custom hardcoded image to the layout. That's how I made Neo Tinaium. Than just use the left/top portions of the original icon and move it off screen. It'll load but you won't see it.
|
My question is not for this particular theme but I am hoping to get some direction. It is more of a coding issue.
I am wanting to replace an icon (picture) with another one and this is what I have:
I have commented this one (original which works)
<!-- <Image ID="Icon" Left="8" Top="14" Width="20" Height="25" ScaleStyle="Stretch" /> -->
And trying to get this one to work (but it does not).
<Image ID="MiniPhone" Source="\Storage Card\My Documents\My Pictures\icons\PNG\24_iphone.png" Left="8" Top="14" Width="20" Height="25" ScaleStyle="Stretch" />
I just "made up" the "MiniPhone" ID - is that the problem?
Thanks,
Shep
|