[Q]How to make App Drawer Dock Bar Transparent? - Sony Xperia T, TL, TX, V

Title explains it,
Xperia T (LT30P) Rooted
Any way to make the Dock Bar or Dock Background Transparent?where my icons and app drawer are located.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks XDA.

Active09 said:
Title explains it,
Xperia T (LT30P) Rooted
Any way to make the Dock Bar or Dock Background Transparent?where my icons and app drawer are located.
Thanks XDA.
Click to expand...
Click to collapse
Decompile the launcher (Home.apk) with Apktool, and edit and replace the "home_stage_bg.png" file located in "drawable-xhdpi" (or "drawable-xxhdpi", I don't know if the T has a different resolution) and make it transparent.
Then again, if you're just replacing PNG files, you don't necessarily have to decompile, but it's funner . Use 7zip to replace the file. Then you can push the "Home.apk" file back to the /system partition where you got it from.

Thanks Bro!
Sent from my LT30p using XDA Free mobile app

Related

[Q] new message icon on the status bar

What file. apk contains the new message icon in the status bar?
I have ROM Axura RC2.3 CE
I look at framework-res.apk, twframework-res.apk, Mms.apk and not found!
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Please, help
The icon is located in mms.apk in the res/drawable-hdpi folder.
Look for stat_notify
2kgt said:
The icon is located in mms.apk in the res/drawable-hdpi folder.
Look for stat_notify
Click to expand...
Click to collapse
if they are, but this icon is not.
¿Axura use another apk for this icon?
This is really weird.
on stock it res-framework
Edit: well every other notification except that one..lol no idea sorry
i also recently (a day ago) just started getting a new text message notification in the status bar at the same time as the reg one pops up. only thing, the new one wont go away unless i clear the notifications. i want to get rid of it!! anyone?
useing launcher pro, beautiful widgets on the rom in my signature below

[Q] change TGTlauncher apps icon

hi guys,
i would like to ask if anyone knows the way to change the twGTGLauncher icon for the 'apps'. i'm able to change any icons, only the 'apps ' icon couldn't .
please guide,
regards
download an app called 'desktop visualizer' its free in the market. then look in the apps and themes section for an icon pack... there are loads to choose from depending on your theme. then when you have that you can customise your icons to your liking. or even make your own if you know how to.
bro, still unable to change the 'apps' particular icon.
oh i see what you mean, the actual app drawer button...... im had the same issue. i dont think its possible on the TWLauncher. i can modify it on the launcher pro thats a good launcher IMO
it is possible see this picture...
you need to get the de-odexed twlauncher from another thread here and be rooted and replace the .png using 7zip and replace file in /system/app
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Oh wicked.... that looks well cool do you think it will work with Launcher Pro ??

[REQ] Help with writing words on a dock

So i want to write BRWSR and GAMES on the second and fourth dock icon space of the pictured dock (third being the app launcher). I have absolutely no skills with this sort of stuff so im hoping you folks can help me out
I am providing the dock image as well as the desired font (senoe ui light to match mattedblues theme). Ideally the text would be enclosed within the dock margin and still be legible (hopefully the dock isnt too narrow).
This is my first time linking an image or my dropbox so hopefully i linked them correctly. A million thanks in advance! Sorry if this isn't the kind if post that goes in this section.
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
http://db.tt/mFNnpr6
Sent from my Nexus S using Tapatalk
if your using an adw launcher you can dload an app called text icon creator. it allows you to fully edit color, size, font +. if your not i cant imagine that there wouldnt be other app options capable of the same kind of editing. hope this helps
simple text is another good one

[Q] Need some help with theming

i can't find the values/png of those 2 graphical elements
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
how to modify the background of the notification switch button?
and where is the xml to modify the text color of download in progress?
thx
The quick panel icons are located in systemui.apk>drawable-hdpi.
The progress bar text. You need to decompile errrrrr... download provider apk and edit the colours xml located in values.
Gl
thx man really appreciate your work
ok solved, fixed for all android stock service, the problem was dolphin hd download ( black on black )
corgar said:
thx man really appreciate your work
Click to expand...
Click to collapse
Your welcome.
i'm trying to port aosp theme to jvt but i got a misaligned icon in dialertabactivity.
icon size and format are correct but as you can see in the picture is misaligned.
the icon is dialer_tab_contact_button_normal as far as i know.
no one? latest glitch is making me crazy can't find out what's wrong

[Q- MIUI] Changing application/icon In Launcher.

So I'm using Illest Icons2, and the icon for the default MIUI camera app is really nice, but I don't use that app.
I use Vignette and there's not a custom icon for that app.
How would I go about changing the mtz to set the icon for the default camera, to Vignette, so I can have it on the homescreen without it looking out of place?
{
"lightbox_close": "Close",
"lightbox_next": "Next",
"lightbox_previous": "Previous",
"lightbox_error": "The requested content cannot be loaded. Please try again later.",
"lightbox_start_slideshow": "Start slideshow",
"lightbox_stop_slideshow": "Stop slideshow",
"lightbox_full_screen": "Full screen",
"lightbox_thumbnails": "Thumbnails",
"lightbox_download": "Download",
"lightbox_share": "Share",
"lightbox_zoom": "Zoom",
"lightbox_new_window": "New window",
"lightbox_toggle_sidebar": "Toggle sidebar"
}
Thanks~
Here's a write up I made on how to make custom icon packs for miui. Just follow the how to and you'll be good
http://db.tt/g0A7ltJ0
Sent from my Nexus S 4G using Tapatalk
Looks like a lot of work.. I'll see what I can do. Thanks.
fergie716 said:
Here's a write up I made on how to make custom icon packs for miui. Just follow the how to and you'll be good
http://db.tt/g0A7ltJ0
Click to expand...
Click to collapse
Steps 1 through 4 can be avoided if you just review the icons in
/data/system/customized_icons_1/
essentially all non-themed apps have an icon present in here.
Sorry to ring a dead topic back to life, but would this also apply to replacing one non-themed icon with a themed one? Like the Opera mini app with the stock browser's icon...

Categories

Resources