View Single Post
  #4 (permalink)  
Old 10-04-2009, 04:39 PM
MichelDiamond's Avatar
MichelDiamond
Lurker
Offline
 
Join Date: Oct 2009
Posts: 4
Reputation: 10
MichelDiamond is a n00b
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
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" />
You can also change the Animation, whenyou are tapping on it,if you do the same to Button ID-Source.

Micha