Quote:
Originally Posted by dsi76
Oops sorry, I meant to say I have QVGA.
|
This is what i change in Titanium_240x320.cpr :
Quote:
<!-- WiFi -->
<Text ID="WiFi" Left="113" Top="52" Width="127" Height="19" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
|
And in Titanium_320x240.cpr :
Quote:
<Text ID="WiFi" Left="113" Top="52" Width="207" Height="19" FontFamily="Tahoma" FontSize="9" FontStyle="Regular" Wrap="False" HorizontalAlignment="Left" Trimming="EllipsisCharacter">
<TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
<TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
</Text>
|
Hope will help you .