|
||||
Re: How do I change my focus bar image?
Quote:
How to change Titanium Slider? lamborg
__________________
|
|
||||
Re: How do I change my focus bar image?
That question doesn't seem to get answered over there, but I was asking a different question - how I'd put an entirely different image there.
I think the answer is that a line Source="path to image" can be put into the titanium_*.cpr, but I haven't gotten it working and am now working on other things. Thanks anyway. |
|
||||
Re: How do I change my focus bar image?
The Image can behardlinked so that bronzeres won't be used - in TitaniumListView-Section:
Code:
<Image ID="Image Default" Top="-7" Width="65" Height="65" Opacity="1.0" ScalingAlgorithm="TriLinear" Source="\whereever\whatever.png" /> Micha |
|
||||
Re: How do I change my focus bar image?
Quote:
|
This post has been thanked 1 times. |
|
|
|