View Single Post
  #19 (permalink)  
Old 07-06-2009, 11:00 PM
djpsyco's Avatar
djpsyco
PPCGeeks Regular
Offline
Threadstarter
Location: Canada
 
Join Date: Oct 2008
Posts: 104
Reputation: 105
djpsyco is keeping up the good workdjpsyco is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Question: Titanium Calendar

Here's my version of the CPR edit.
I give all credits to Indagroove, it's just a modified version.
I didn't needed the word CALENDAR so I took it off.

Code:
<Layer ID="CalendarCondensed" Visible="False" Width="480" Height="68" Clip="False">
    <Layer ID="Page" Clip="False">
      <!-- Text 1: appointment -->
      <Text ID="Text 1" Left="20" Top="8" Width="460" Height="30" FontFamily="Tahoma" FontSize="9" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" >
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
      <!-- Text 2: appointment_date -->
      <Text ID="Text 2" Left="30" Top="38" Width="450" Height="30" FontFamily="Tahoma" FontSize="7" FontStyle="Regular"  Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" >
        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="#00000000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
      </Text>
    </Layer>
  </Layer>
Here's what it looks like:
__________________
ROM: Custom ROM built with Calcu's Kitchen WM 6,5 Build 23017- Radio: Telus v1.04.05

Last edited by djpsyco; 07-06-2009 at 11:10 PM.
This post has been thanked 2 times.