Re: Titanium Customizations Collection
i have my titanium .cpr file nicely done up. except for the day of the week.
<!-- Day of Week -->
<Text ID="Day of Week" Left="250" Top="108" Width="142" Height="40" FontFamily="Tahoma" FontSize="12" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
pretty much copied and pasted your code. changed font to Tahoma. font size to 12. moved the carrier name back to its original place and i want to put the day of the week where you see the carrier name. it breaks titanium. any ideas?
check the pic to see my layout
Last edited by lobo4806; 01-10-2010 at 01:20 AM.
|