New: XDA launches forum for app developers. Discuss coding, tools, marketing, and more.
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
rpereira
Old
(Last edited by rpereira; 11th April 2009 at 01:42 PM.) Reason: Screenshot updated
#1  
rpereira's Avatar
Senior Member - OP
Thanks Meter 1
Posts: 452
Join Date: Feb 2007
Location: Panama
Default [SKN][11 APR 09] WM 6.5 Titanium Theme "Blue Carbon" (Work in Progress) Preview

Here's a bit of what I'm currently up to, I'm still messing around with, theme(s) coming soon:

Galaxy Nexus (Current)
HTC Inspire 4g (Retired)
Motorola Milestone (Retired)
HTC Aria (Retired)
HTC Legend (Retired)
Blackberry 8900 (Retired)
Sony Ericsson Xperia X1a Black (Retired)
iPhone G1 (Retired)
HTC Excalibur (Retired)
HTC Prophet (Retired)
Follow me on Twitter: http://twitter.com/ramonper
 
THESpideyWVU
Old
#2  
Senior Member
Thanks Meter 0
Posts: 162
Join Date: Nov 2008
Love it man. You just get here or something? Great stuff from you keeps popping up all over here!
 
rpereira
Old
#3  
rpereira's Avatar
Senior Member - OP
Thanks Meter 1
Posts: 452
Join Date: Feb 2007
Location: Panama
Quote:
Originally Posted by THESpideyWVU View Post
Love it man. You just get here or something? Great stuff from you keeps popping up all over here!
lol thanks, glad you like it. I've been around the community for some time but mostly leeching off until now , It's about time I start giving something back.
Galaxy Nexus (Current)
HTC Inspire 4g (Retired)
Motorola Milestone (Retired)
HTC Aria (Retired)
HTC Legend (Retired)
Blackberry 8900 (Retired)
Sony Ericsson Xperia X1a Black (Retired)
iPhone G1 (Retired)
HTC Excalibur (Retired)
HTC Prophet (Retired)
Follow me on Twitter: http://twitter.com/ramonper
 
drkfngthdragnlrd
Old
#4  
drkfngthdragnlrd's Avatar
Recognized Developer
Thanks Meter 260
Posts: 2,397
Join Date: Mar 2008
Location: Pacoima, CA

 
DONATE TO ME
Quote:
Originally Posted by rpereira View Post
Here's a bit of what I'm currently up to, I'm still messing around with, theme(s) coming soon:

Very nice looking indeed, what I did is put 100% trnasparent images in the dll and than modify the cpr like this;

Code:
<TitaniumListView ID="HomeNav" Width="45" Height="268" Columns="1" Rows="100" ItemWidth="240" ItemHeight="39" Clip="False" >
    <Layer ID="Focus" Width="45" Height="45" Clip="False">
      <Image ID="Image Default" Left="0" Top="-7" Width="45" Height="65" ScalingAlgorithm = "TriLinear" Opacity="1.0" />
      <Image ID="ImageFixed" Source="\Windows\Focus_Panel_Portrait.png" Left="0" Top="-7" Width="45" Height="65" ScalingAlgorithm="TriLinear" Opacity="1.0" />
Than I just create an image and put it in \Windows or where ever you hard linked the new image in the cpr. Now you can just swap out images and leave the dll alone.
T-Mobile HTC 8X
ROM: Stock | HardSPL:Stock | Radio: Stock


 
rpereira
Old
#5  
rpereira's Avatar
Senior Member - OP
Thanks Meter 1
Posts: 452
Join Date: Feb 2007
Location: Panama
Quote:
Originally Posted by drkfngthdragnlrd View Post
Very nice looking indeed, what I did is put 100% trnasparent images in the dll and than modify the cpr like this;

Code:
<TitaniumListView ID="HomeNav" Width="45" Height="268" Columns="1" Rows="100" ItemWidth="240" ItemHeight="39" Clip="False" >
    <Layer ID="Focus" Width="45" Height="45" Clip="False">
      <Image ID="Image Default" Left="0" Top="-7" Width="45" Height="65" ScalingAlgorithm = "TriLinear" Opacity="1.0" />
      <Image ID="ImageFixed" Source="\Windows\Focus_Panel_Portrait.png" Left="0" Top="-7" Width="45" Height="65" ScalingAlgorithm="TriLinear" Opacity="1.0" />
Than I just create an image and put it in \Windows or where ever you hard linked the new image in the cpr. Now you can just swap out images and leave the dll alone.
thanks for the tip, this will sure speed up the process of creating a theme, messing with the .dll back and forth is a tedious process.
Galaxy Nexus (Current)
HTC Inspire 4g (Retired)
Motorola Milestone (Retired)
HTC Aria (Retired)
HTC Legend (Retired)
Blackberry 8900 (Retired)
Sony Ericsson Xperia X1a Black (Retired)
iPhone G1 (Retired)
HTC Excalibur (Retired)
HTC Prophet (Retired)
Follow me on Twitter: http://twitter.com/ramonper
 
drkfngthdragnlrd
Old
#6  
drkfngthdragnlrd's Avatar
Recognized Developer
Thanks Meter 260
Posts: 2,397
Join Date: Mar 2008
Location: Pacoima, CA

 
DONATE TO ME
Quote:
Originally Posted by rpereira View Post
thanks for the tip, this will sure speed up the process of creating a theme, messing with the .dll back and forth is a tedious process.
No problem, you can do the same with the icons in each expanded layout of the cprs. I copied the icon code and pasted it back i as a new line of each expanded layout. Give it a source and rename Icon as Iconfixed and bam, you add a custom hardcoded image to the layout. That's how I made Neo Tinaium. Than just use the left/top portions of the original icon and move it off screen. It'll load but you won't see it.
T-Mobile HTC 8X
ROM: Stock | HardSPL:Stock | Radio: Stock


 
rpereira
Old
#7  
rpereira's Avatar
Senior Member - OP
Thanks Meter 1
Posts: 452
Join Date: Feb 2007
Location: Panama
First installment of this theme is now available in http://forum.xda-developers.com/showthread.php?t=502902 .
Galaxy Nexus (Current)
HTC Inspire 4g (Retired)
Motorola Milestone (Retired)
HTC Aria (Retired)
HTC Legend (Retired)
Blackberry 8900 (Retired)
Sony Ericsson Xperia X1a Black (Retired)
iPhone G1 (Retired)
HTC Excalibur (Retired)
HTC Prophet (Retired)
Follow me on Twitter: http://twitter.com/ramonper
 
Shep
Old
(Last edited by Shep; 21st May 2009 at 12:51 AM.)
#8  
Member
Thanks Meter 2
Posts: 88
Join Date: Feb 2006
Default Question?

Quote:
Originally Posted by drkfngthdragnlrd View Post
No problem, you can do the same with the icons in each expanded layout of the cprs. I copied the icon code and pasted it back i as a new line of each expanded layout. Give it a source and rename Icon as Iconfixed and bam, you add a custom hardcoded image to the layout. That's how I made Neo Tinaium. Than just use the left/top portions of the original icon and move it off screen. It'll load but you won't see it.
My question is not for this particular theme but I am hoping to get some direction. It is more of a coding issue.

I am wanting to replace an icon (picture) with another one and this is what I have:

I have commented this one (original which works)

<!-- <Image ID="Icon" Left="8" Top="14" Width="20" Height="25" ScaleStyle="Stretch" /> -->

And trying to get this one to work (but it does not).

<Image ID="MiniPhone" Source="\Storage Card\My Documents\My Pictures\icons\PNG\24_iphone.png" Left="8" Top="14" Width="20" Height="25" ScaleStyle="Stretch" />

I just "made up" the "MiniPhone" ID - is that the problem?

Thanks,
Shep
 
rpereira
Old
#9  
rpereira's Avatar
Senior Member - OP
Thanks Meter 1
Posts: 452
Join Date: Feb 2007
Location: Panama
Quote:
Originally Posted by Shep View Post
My question is not for this particular theme but I am hoping to get some direction. It is more of a coding issue.

I am wanting to replace an icon (picture) with another one and this is what I have:

I have commented this one (original which works)

<!-- <Image ID="Icon" Left="8" Top="14" Width="20" Height="25" ScaleStyle="Stretch" /> -->

And trying to get this one to work (but it does not).

<Image ID="MiniPhone" Source="\Storage Card\My Documents\My Pictures\icons\PNG\24_iphone.png" Left="8" Top="14" Width="20" Height="25" ScaleStyle="Stretch" />

I just "made up" the "MiniPhone" ID - is that the problem?

Thanks,
Shep
which panel are you trying to make this change for? the ID "Icon" is actually hard-coded in the registry with pre-defined path, so it's overriding your "Source" attribute. That's why it's important to know which panel you're trying to change so that i can tell you exactly what needs to be changed to get this working, should be fairly easy.
Galaxy Nexus (Current)
HTC Inspire 4g (Retired)
Motorola Milestone (Retired)
HTC Aria (Retired)
HTC Legend (Retired)
Blackberry 8900 (Retired)
Sony Ericsson Xperia X1a Black (Retired)
iPhone G1 (Retired)
HTC Excalibur (Retired)
HTC Prophet (Retired)
Follow me on Twitter: http://twitter.com/ramonper

Tags
skin, theme, titanium, wm 6.5

XDA PORTAL POSTS

Forum Added for the Samsung Galaxy Mega

What do you do when the Galaxy Note line is simply not big enough? You get theSamsung Galaxy Mega. … more

Voice Control Your Phone with Tasker and AutoVoice – XDA Developer TV

XDA Developer TV Producer Kevin set up his phone to respond to … more

Guide to Take Better Control of Your Volume Levels

Would you like to know one of the things that really annoys me on a daily basis? Tough, … more

Get the Android 4.2.2 Status Bar on Your Gingerbread-Based Samsung

There are still quite a few of folks who run Gingerbread on their … more