Was wondering if anyone would know how to change the "blue" in the the screenshot below that I've highlighted..
{
"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"
}
Its a TouchWiz compatible AOSP SecMms.apk, but after decompiling I couldn't find the "blue header", or bottom anywhere. So that leads me to believe it's located in SystemUI.apk or perhaps Framework-res.apk?
Can anyone give me a quick hand with this please and thank you!?
Bump
They are in the framework Res apk. It is the devider images and text images. Mind you this will change them system wide. Or you can just decode the messaging apk and add your own images.
Wayne Tech Nexus
Related
Help change the text color in these places. If you do not know what should change, tell me at least have some element of change the properties?
Here are two screenshots, where I pointed out, the color of the font is changed to:
{
"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"
}
Sorry, the screenshots are not mine, because with my phone, I can not make them (
P. S. I'm using Google translator, I'm sorry for my english.
_______________________
How to rebuild Dialer.apk & other system apps?
i'm wondering if it's possible to use gaussian blur in application background, to make it look like "android music player 3.0" (screenshot)
If it's possible, how to make it?
ps: I'm windows user not a hardcore developer, so i've tryed to decompile this app to look inside using apkmanager 4.9 but it showed an error. And yes, i know how to edit xml and 9-patch images.
{
"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"
}
Hi I tried to change our 4.1.2 Jellybean rom into a S5 look which I have trouble changing the toggle background see screen shot
I cant see any related drawable-hdpi image and also in the drawables xml too :crying:
{
"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"
}
I want to make the backround into something like this (I have the Icons already) only the background is lacking
Here's the system ui.apk
Hi!
I got a problem. I want to edit a theme, specifically the text color, but when I want to edit the XML it opens like this.
If I open AndroidManifest.xml or other it opens normally, but I cant find a program/tool/anything to edit the text colors xml. Anyone got a solution? Thanks.
{
"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"
}
Hi, I would like to change the color of the brightness slider, replace the current color with blue. (See below).
I have this:
{
"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"
}
I want this:
I have decompiled:
Framework-res.apk
SystemUI.apk
I looked in the folders "drawable" as well as res / values / colors but I can not find anything ... can you help me please?
I'm not a great developer, but I want to learn, thanks in advance.