Quote:
Originally Posted by prateeko
Thanks man. I'm sorry if I'm not describing the problem correctly, but basically all the .PNGs are correct, the only problem is the text in the status bar (for the time, not for battery %) is black and thus doesn't show up on the black bar (it is fine on the normal status bar, which is gray/silver). When I'm in the home menu the text in the status bar is white and works perfectly, but in Apps the black text is invisible and all I can see is the shadow. I think this is the "Solid" status bar (i.e. if I go into winterboard and turn on the option to always have solid status bar on then on the home screen the text is black like it is in apps).
...does that clear things up or did I make it more confusing?
|
For the time add this to your theme's info.plist:
Code:
<key>TimeStyle</key>
<string>color: white; text-shadow: 0px 1px 1.5px transparent</string>
That will make your time stay white in/out of apps and it won't have that shadow around it.
As for the battery % it's not so easy. I talked to BigBoss (dev for SBSettings), because I thought it had to deal with SBSettings, but I was wrong. He told me that the battery % was a part of the springboard and all SBSettings does is enables it. So I dug through my phone and found them. There are a total of 44 images for the battery % (for both Default and FSO). In order to keep them the same the Default and FSO images will be the same (just like you did for the signal bars, wifi, etc.). These are the battery % file names:
Default_Percent_%.png Default_PercentLow_%.png
Default_Percent_0.png Default_PercentLow_0.png
Default_Percent_1.png Default_PercentLow_1.png
Default_Percent_2.png Default_PercentLow_2.png
Default_Percent_3.png Default_PercentLow_3.png
Default_Percent_4.png Default_PercentLow_4.png
Default_Percent_5.png Default_PercentLow_5.png
Default_Percent_6.png Default_PercentLow_6.png
Default_Percent_7.png Default_PercentLow_7.png
Default_Percent_8.png Default_PercentLow_8.png
Default_Percent_9.png Default_PercentLow_9.png
Note: For the rest of the files just change Default to FSO.
