Can someone help me to change the color in the clock widget ?
For the numbers and date, decompile and go to res/drawable and open .png files and color them.
for background, I think you should go to XML files in layout and search for a line like
android:background=""
and between quotation marks but path of background pic @drawable/Pic_Name
or a hex color #000000 for example
Sent from my GT-S5360 using Tapatalk 2
Related
Hi..
I found these icons from the new Frestyl Launcher...
they are 60x60 PNG Icons..
i want to convert them into 32x32 bmp Icons so i can use it with the new Clauncher V12.04..
Can someone please help?
here they are...
I donĀ“t know why you did not do it on your own.
Using a freeware gfx viewer/converter like XnView and this is done in one little step.
hey thanks.. but this isn't what i had in mind..
I actually used photoshop and resized it to 32x32x150 resolution and then save it as bmp file but it still has a White border around the icon...
then i tried to crop it .. which made it a bit better..
but i still have a problem with the gradient background from the png file...
dont know if I'm making any sense.. but basically..
the PNG icons have a gradient background and the Bitmap icons have a purple-ish background that seem to he transparent when its on windows mobile..
if someone know how to convert it with the purple background can you please show me how?
all replies are appreciated..
How are you getting the icons to display on the WM device?
I was led to believe that they needed to be in a .dll or a .exe "library" in order to be used as icons by Windows Mobile Devices.
Is this not correct?
PNG can be transparant, BMP can not be transparent unless the program that uses the BMP has a specific colorcode that it uses to make it transparent, and even then it cannot show faded transparency. Only 100% or 0%
(If this was what you are after)
I am using it for Claunch 12.04 .. I guess it allow you to use .exe, .dll, .cpl, and .bmp files as icons...
Okay here are the exsamples..
1st is the original PNG icons @ 60x60 (with the Gradient background)
2nd is the BMP done by Chistian72D @ 32x32 (with the White background)
3rd is an icon from an icon pack for Claunch (with the purple background)
the purple will blend in with whatever color you have on your windows background..
thats what I was looking for..
thanks again guys.. let me know if you know of a way to do this..
here is an easy way to do this
download "Irfanview" install and run it,
click "options", "properties", "viewing", "Choose" (main window color)
In the lower right quadrant of the color window enter values: red=255, green=0, blue=255
click "OK" then "OK" again. This will change the background color to the proper value for claunch.
Now open your pngs in Irfanview, resize them (click "Image", "resize/resample" or CTRL-R)
Then save as BMP.
The newly saved bmps will have the proper background color.
Good Luck
I'm cooking framework-res.apk for my theme.
But I can't find the background of notification buttons(wifi,gps...).
I've been searching it for a period of time, but I just know the background file is in framework-res.apk...
I also take a look at all of the files in it, but I have no idea which one is the file...
Can someone tell me what is the name of the file...?
============================================================================
Updated - Thanks for clem_ita's help!
The settings of notification's background behind the buttons are in lge-res.apk.
The method to change its color:
1. Use apktool to decompile the lge-res.apk.
2. Go to res\layout and find "lge_status_bar_expanded.xml".
3. Open it with a text editor, and search for the string:
android:id="@id/quick_setting"
Click to expand...
Click to collapse
4. You'll see something like this (In my Chinese lge-res.apk it shows like this):
android:background="#ffd0d0d0"
Click to expand...
Click to collapse
Just change the color in the quote.
5. Recompile it and replace the stock one with the modified one.
After reboot, you'll see the change.
[Sorry for my poor English]
If the instruction is not clear enough, please tell me.
if u find the name, post it here
ccdreadcc said:
if u find the name, post it here
Click to expand...
Click to collapse
Because I can't find it, so I just post here....
In your theme(DarkRoom), the notification background is changed...
Even though I extracted the framework-res.apk in your theme, I still couldn't find the image which looks like the background...
I have no idea either... I just used other frameworks as base for the theme...
I have not tested yet, but this backgroudn color should be set via a xml file in lge-res.apk
the xml file should be lge_status_bar_expanded.xml in the layout folder
(got this informations from save80 @ androidword.it forum.. cannot post the exact link as I am a new user)
You also have to change the buttons background using a photo editor software. Those aren't just xml's. With xml's you can change the colour behind the buttons, not the buttons backgrounds. I hope I made myself clear enough. If you need any further assistance, I am here to help.
badeaioan said:
You also have to change the buttons background using a photo editor software. Those aren't just xml's. With xml's you can change the colour behind the buttons, not the buttons backgrounds. I hope I made myself clear enough. If you need any further assistance, I am here to help.
Click to expand...
Click to collapse
My purpose is just to change the bg color behind buttons.
Anyway, thanks for your tips.
Please someone give a guideline, i want to change text colours from white to something new, how to decompile and mod framework-res.apk for changing colours and then compile.
Google for apktool , colorchangev3.jar.......and also search in xda for font color change....
I want to change the color of UI bars, for example the bar that appears when I adjust the volume or RAM usage bar in task manager. I want to edit the necesary files, but I don't know how to do. I think I have to edit a xml file and find the color in hex code and change it... right?
Someone helps?
FFX_Wakka said:
I want to change the color of UI bars, for example the bar that appears when I adjust the volume or RAM usage bar in task manager. I want to edit the necesary files, but I don't know how to do. I think I have to edit a xml file and find the color in hex code and change it... right?
Someone helps?
Click to expand...
Click to collapse
They are in framework-res.apk...not xmls..just pngs..
EatHeat said:
They are in framework-res.apk...not xmls..just pngs..
Click to expand...
Click to collapse
I can't find those pngs, In framerok-res.apk I find progrees bar pngs, for example the bar that appears when you are downloading an app, but I can't find "static" bars, like brightness slider bar or volume control.
I want to change the color of mentioned bars, not progress bars.
They are a 1x1. 9.png like title_bar.9.png
Sent un Samsung Galaxia S Quatro LTE
also, editing the styles.xml can change the progress bars height.
Sent from my GT-I8190 using xda app-developers app
It is progress_primary_holo_light.9.png
I told you that they are same, progress bar and slider
I have changed all framework pngs many times and the brightness slider and volume control bar always have the same color.
try this guide http://forum.xda-developers.com/showpost.php?p=32092724&postcount=2
no. 9 guide
I've tried that personally and works!
SOLUTION: Edit progress_horizontal xml in res/drawable in framework-res.apk
THANKS TO ALL!!!
Hello
My question is as shown in title
How do I change the color of the
battery and network icons
Change the color of time available in the
Options start bar.
And therefore I do not want
I just want the color of the
battery and the grid lines change
Is it through the framework-res.apk.?
Is it done by SystemUI. apk? .
Please explanation of the steps
Thank you
abdoosman said:
Hello
My question is as shown in title
How do I change the color of the
battery and network icons
Change the color of time available in the
Options start bar.
And therefore I do not want
I just want the color of the
battery and the grid lines change
Is it through the framework-res.apk.?
Is it done by SystemUI. apk? .
Please explanation of the steps
Thank you
Click to expand...
Click to collapse
Battery icons in framework-res.apk
Signal/clock in systemui.apk
Change pngs for battery/signal to what ever you want keeping the file names exactly the same
If your rom doesn't support 1% battery pngs (each png represents a 1%-100% plus same for charging) you will need to implement the 1% battery mod - links in signature
Clock colour edit the line of xml in status_bar.xml for the hex code of the clock
marcussmith2626 said:
Battery icons in framework-res.apk
Signal/clock in systemui.apk
Change pngs for battery/signal to what ever you want keeping the file names exactly the same
If your rom doesn't support 1% battery pngs (each png represents a 1%-100% plus same for charging) you will need to implement the 1% battery mod - links in signature
Clock colour edit the line of xml in status_bar.xml for the hex code of the clock
Click to expand...
Click to collapse
Thank you Mr