hey friends cant we change tab text size on holo launcher? how?
Decompile with apk tool and look at the xml files for the text you want to make bigger and increase its point size
Decompile the apk
Search for the xml which the app drawer layout.
It should be in res/layout
Search for the line which contains the tab props in the xml
Edit the text size
Compile the apk
Sign it if u want!
---- by ----
Ganesh,
R.C @ XDA.
Sorry but the section you had posted in is meant for theming
Want To Ask Question? Ask Here
Thanks,
TechnoSavie
Related
I was wondering if anyone could tell me how to find out the correct application activity code to rename icons so they replace the applications default
Sent from my X10i using Tapatalk
Please read the announcement in this forum before posting.
http://forum.xda-developers.com/announcement.php?f=617
This is not development, so moved to Q&A
Pull your framework-res and have a look, or the apps apk and change it directly.
What im trying to do is add icons to a theme im making , ive added some which i had to rename in order for them to replace some of thr default icons for apps when activating the theme. But i would like to replace some other default icons but i need to find out what to rename my custom icons too in order to replace the remaining default app icons when i activate the theme (adw launcher)
Sent from my X10i using Tapatalk
AngelDevoid said:
What im trying to do is add icons to a theme im making , ive added some which i had to rename in order for them to replace some of thr default icons for apps when activating the theme. But i would like to replace some other default icons but i need to find out what to rename my custom icons too in order to replace the remaining default app icons when i activate the theme (adw launcher)
Click to expand...
Click to collapse
I had the same issue with my modded theme ADW theme, you need to pull the apps such as "Conversations.apk" which is basically MMS.apk on 1.6 and either change the icon in the apk itself or rename the icons in the theme to what they are now called in 2.1, and the only way you'll find that out is by pulling the apks and opening them.
Ferk.... alot of digging around , after ive found as many as i can that work ill post a list of what to rename your icons to in your theme to replace the default icons. If you or anyone else already knows some can ya post it to help out thanks
Looking for stuff like this .....
Shortcut icon to the camera is named ....
Com_camera_cameraactivity
(or something like that)
So i would need to rename my icon from icon.png to com_camera_cameraactivity.png , then place it in the theme apk using eclipse , under a folder named /res/drawables_hdpi/ .
After that i would install the theme and the camera icon will have changed to the icon i want.
So thats the info we require ; the correct icon renames for as many apps as posible .
Sent from my X10i using Tapatalk
I know all the basics about how to build a rom and remove/add apps and all that, just want to know how to build in a theme and change the default background.
I want to be able to theme sense, theme the wallpaper, pulldown notifications bar, and other similar stuff. Would really love a guide, Thanks.
Change default_background.jpg in drawable and mdpi. That's good for most folks. I've been making my themes cleaner and I notice it decompiles better if you put those jpgs in the decompiled folder and recompile then copy the resources.arsc from your recompiled apk along w the jpgs back to your original framework.
You might need a guide if you didn't follow that.
..you'd still have to have your wallpaper set to the default image in the first place, otherwise it wouldn't be seen after theme application until you set it back to default by hand.
Hi,
this is my first post, after a lot of time I'm reading you. I'd like to know if someone can tell me the names of the .png files of drawer icons, because I want to mod a theme where not all the icons change.
For example, for the browes icon, I know that the png file is called "com.android.browser.browseractivity"; for the copilot icon the name is "com.alk.copilot.copilot".
But for a lot of icons I don't know the name. Can someone help me, please?
ps. My defy is not rooted
thank you
Matteo
I want to edit the icon of my status bar and I have three questions about this:
First: I have to edit the SystemUI.apk or the Framework-res.apk? (because in systemui i dont have battery icons, but yes wifi and etc); And in framework-res i have all the statusbar icons.
Second: I have to edit the .png images with patch 9.png or something?
Third: All the images to replace have to be exactly the same size of pixel? or 2 or 3 pixel more high or width doesnt matters?
If you can help me i will be really gratefull.
Sorry for my english
Yes they have to be the same size. There are no .9 pngs for the icons. And yes you have to edit them both
Wayne Tech Nexus
I'm using CM 10.2 on my GS3 with Xposed and Cobalt theme. Is there a xposed module that will allow me to change system settings background and other default apps bg like the dialer, contacts...etc?
try Xblast, its works on may device :good:
C.E.R.N said:
try Xblast, its works on may device :good:
Click to expand...
Click to collapse
I'm using xblast but only found notification bg.
k00lguy105 said:
I'm using CM 10.2 on my GS3 with Xposed and Cobalt theme. Is there a xposed module that will allow me to change system settings background and other default apps bg like the dialer, contacts...etc?
Click to expand...
Click to collapse
I don't think so. Decompile > Modify > Recompile is your only solution I think.
Primokorn said:
I don't think so. Decompile > Modify > Recompile is your only solution I think.
Click to expand...
Click to collapse
That's not a problem, how do I find the names of each bg so I know what I'm looking for? Also, would I be Decompiling the theme or the system app?
k00lguy105 said:
That's not a problem, how do I find the names of each bg so I know what I'm looking for? Also, would I be Decompiling the theme or the system app?
Click to expand...
Click to collapse
Each background is located into a different apk file and I can't give you all the related names.
• If Colbalt already modifies the backgrounds and you want to change them the easiest way is to decompile the theme then modify and recompile with your backgrounds. (a simply drag & drop should do the trick too with 7zip)
• If Cobalt doesn't modify them you have to decompile the original apk (Dialer, framework-res...) then recompile. Cobalt theme won't affect these modifications.
Primokorn said:
Each background is located into a different apk file and I can't give you all the related names.
• If Colbalt already modifies the backgrounds and you want to change them the easiest way is to decompile the theme then modify and recompile with your backgrounds. (a simply drag & drop should do the trick too with 7zip)
• If Cobalt doesn't modify them you have to decompile the original apk (Dialer, framework-res...) then recompile. Cobalt theme won't affect these modifications.
Click to expand...
Click to collapse
Would there be an option for bg color as RGB code or would I just make transparent images to replace them?
k00lguy105 said:
Would there be an option for bg color as RGB code or would I just make transparent images to replace them?
Click to expand...
Click to collapse
Each apk is different. Some have a hex color to set the background and other use a png file. With a custom theme (via Theme chooser) you can define xml redirections eg remplacing a png file with a hex color to obtain a full transparency.
What is difficult is to find the right file/code. I personally make tests to find some truff to theme.
Ok thank you, so what I'm really looking for is the eye candy of Cobalt with the transparency of HoloGlass so I'm guessing just editing the transparency of cobalt would be the easiest route.
Sent from my SGH-T999 using XDA Premium 4 mobile app