search bar overlapping contacts with DPI change - T-Mobile, Samsung Galaxy SIII

I have decompiled the contacts.apk file and im trying to make an attempt at fixing my issue but i dont know where to start.
my issue is that i have changed my screen desnsity to free up some real estate, so far everything looks good except the phone/contacts there is an transparent bar with a search icon that covers the dial button on the last called contact.(see below)
any help would be greatly appreciated.
{
"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"
}

Bump

Same problem here. did you ever find a solution?

XlAfbk said:
Same problem here. did you ever find a solution?
Click to expand...
Click to collapse
webstas said:
I have decompiled the contacts.apk file and im trying to make an attempt at fixing my issue but i dont know where to start.
my issue is that i have changed my screen desnsity to free up some real estate, so far everything looks good except the phone/contacts there is an transparent bar with a search icon that covers the dial button on the last called contact.(see below)
any help would be greatly appreciated.
Click to expand...
Click to collapse
I'd try disabling Hardware Overlay under developer Options.

doesn't help. and i actually didn't expect it to as it seems to be a layout issue in Contacts.apk

Related

[Q] Help with a themed Gingerbread keyboard

Basically I need some help. I'm trying to theme the gb keyboard and having issues.
I want to change the color of the predicted words to white which i know how to do and have done successfully(which the apk will compile just fine.) But the problem im having is I cannot fix the & and the ⁢ problems, i edit the .xml to fix it and i try to compile the apk and always get errors. I dunno what to do at this point so i'd figured i'd ask for help. Anyone got any ideas. I've tried this a million times now even with the apk that has not been changed in anyway other the /values/color.xml and which ever other xml folder i cant remember at the moment.
Anyawesome.
Also looking to hopefully fix a issue with the space bar, wanna make it a tad bit wider, and possibly trying to fix the issue with the predictive words(when you type out a word then keep typing, then go back and click on that word to change it to another and instead of replacing the whole word it just past the word directly where you touched and doesnt delete the word you want to change) -but i dunno if thats just because of a froyo thing.
{
"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"
}
As you can see there is those annoying gaps with the space bar, dunno how to fix it....

Theming question

Hi,
Sorry if this has been asked before but I have searched and searched but couldn't find the answer.
In the picture below, messaging app, when you select to delete threads where are the buttons that the arrows are pointing to located and what is the names of the files? I'm pretty sure they aren't located in the mms.apk as I have looked and double looked and can't see them, perhaps I can't see them for looking.
{
"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 in advance,
Goose
btn_default_*****.9.png
Found in framework-res.apk
edit: someone was quicker
Sent from my GT-I9100 using XDA App
I thought it might be in framework-res but none of my btn_default_***.9.png's look anything like those 2. When they are pressed they are basic blue. All the btn_default_pressed.9.png's have a glass effect and again look nothing like the buttons when they are pressed.
Edit:
I changed all the btn_default_****.9.png's and it didn't change the buttons in the delete threads. It did change the buttons for everything else related. So it's puzzling me even more now??
If its a samsung app then it might be tw_button_****.9.png
dully79 said:
If its a samsung app then it might be tw_button_****.9.png
Click to expand...
Click to collapse
I was just looking in there. Think you might be right. Will post results

(Help) Need Help with a minor modification.

Hey guys, I usually do all my own theming for my widgets and icons but this one is giving me trouble. Could someone possibly help me out and change the RSS text from blue to white on this widget for me and resign it? I cannot for the life of me figure out how to change the text and everytime I have tried signing this it still won't install, I've tried 3 different signing tools.
Thanks in advance to anyone that's willing to help, I have done all the modding I need on this widget to get it to match the theme I'm working on, just need the text color fixed real bad.
Try this.
I took your apk, decompiled it, edited the files:
smali/com/androidcentral/rss/AndroidCentralRSS.smali
smali/com/androidcentral/rss/AndroidCentralRSSLong.smali
Compiled and signed the apk and it installed.
I Then noticed that the AndroidCentrallRSSLong did not need to be white. (white on grey was hard to see) So I changed that back to the blue you had.
Here is a screenshot of both widgets:
{
"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"
}
Hit the thanks button if this is what you're wanting
JWhetstone02 said:
Try this.
I took your apk, decompiled it, edited the files:
smali/com/androidcentral/rss/AndroidCentralRSS.smali
smali/com/androidcentral/rss/AndroidCentralRSSLong.smali
Compiled and signed the apk and it installed.
I Then noticed that the AndroidCentrallRSSLong did not need to be white. (white on grey was hard to see) So I changed that back to the blue you had.
Here is a screenshot of both widgets:
Hit the thanks button if this is what you're wanting
Click to expand...
Click to collapse
Thanks a bunch man, that's exactly what I needed

[CLOSED] Lock screen clock font

Very quick question.
Can some one point me in the direction of where to find and modify the lock screen clock please??
I want to be able to change the font and try and work it into my theme too.
Thats it, nice and simple, lol.
Thanx in advance
Figured it out!!
Check my theme in my sigi
Adam3Sixty said:
Very quick question.
Can some one point me in the direction of where to find and modify the lock screen clock please??
I want to be able to change the font and try and work it into my theme too.
Thats it, nice and simple, lol.
Thanx in advance
Click to expand...
Click to collapse
I think it's in framework-res.apk\assets\fonts
if you are using TEAM stock rom.....u can find in the TEAM folder...
kakatoori said:
if you are using TEAM stock rom.....u can find in the TEAM folder...
Click to expand...
Click to collapse
No, I'm not, I'm using a stock rom with DooMLorD kernel.
This is kind of annoying now, I have looked and tried to change the "Clocktopia" font, which is ment to be the lock screen clock font, but it does nothing =/
I'VE DONE IT!!!!!!!!!!!!!!!
Now I guess I just need to do some XML editing to make it a bit higher
{
"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"
}

S3 Theme HELP

hi guys can anyone guide me through on how to make the 3g and h+ icons stay in the position like in the picture? in my current theme, the data connection arrows overlaps the signal bars and its not eye pleasing for me.. please help me do 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"
}
Sent from my GT-I9100 using Tapatalk 2
If you didn't mess up with SystemUI xml files and just changed the mobile data icons in /res/your-drawable-folder, this problem shouldn't happen I think. If you did, just look for the lines that control the positioning of the two icons in status_bar.xml and make sure you didn't change anything.
gb.yolo said:
If you didn't mess up with SystemUI xml files and just changed the mobile data icons in /res/your-drawable-folder, this problem shouldn't happen I think. If you did, just look for the lines that control the positioning of the two icons in status_bar.xml and make sure you didn't change anything.
Click to expand...
Click to collapse
I didn't change anything.. I just applied the theme and i want to change it like the one in the picture.. What exactly should i edit in systemui.apk?
Sent from my GT-I9100 using Tapatalk 2

Categories

Resources