hide text/name of quick setting, in the notification bar. like hide the name under wifi ,gps ,sound ,etc toggles, and be more small so i get more space.. ?
anyone know some how to do it? (maybe decompile Systemui.apk but didnt find any guide..)
Hi! Decompile systemui.apk, navigate to res\values\dimens.xml and find and change this lines:
Code:
<dimen name="quick_setting_button_height">45.0dip</dimen>
<dimen name="quick_setting_button_image_height">40.0dip</dimen>
<dimen name="quick_setting_button_text_height">0.0dip</dimen>
<dimen name="quick_setting_button_text_size">2.0dip</dimen>
<dimen name="quick_setting_button_status_height">0.0dip</dimen>
<dimen name="quick_setting_button_status_padding">0.0dip</dimen>
<dimen name="quick_setting_button_margin_top">2.0dip</dimen>
With this values you can get this
Nice and tks. You know to how make the background of the quick settings black and not that blue. And change the color of the text that said Notification or Clear Notification.
Sent from my GT-I8190L using xda app-developers app
Nice and tks. You know to how make the background of the quick settings black and not that blue. And change the color of the text that said Notification or Clear Notification.
Sent from my GT-I8190L using xda app-developers app
Related
i have here these items: from jpy, can anybody change with xml editor the white text to black? please?
status_bar_latest_event_content.xml
status_bar_expanded.xml
status_bar.xml
Hello,
I finishing my theme but i have a last bug. I need to change the textcolor from black to white. Look at the screenshot here. The scrrenshot is taken on settings page, the color is in all preference or settings on all applications.
Samsung Galaxy Tab Framework
Thanks
Sent from my GT-P1000 using XDA App
Think you forgot the screenshot...
Sorry post updated with the screenshot
I need to change the text color of clock, somebody which file is responsible for it? and where is icon of sms?
probably this helps..
http://forum.xda-developers.com/showthread.php?t=766774
rori~ said:
probably this helps..
http://forum.xda-developers.com/showthread.php?t=766774
Click to expand...
Click to collapse
Already tried, i don't know what are this text color, menu bar, notification bar, category .... ?
Impossible to me to search in layout or style.
setenza01 said:
Already tried, i don't know what are this text color, menu bar, notification bar, category .... ?
Impossible to me to search in layout or style.
Click to expand...
Click to collapse
Uhm me too :/
I had to decompile xml file, I changed color, I compiled it again and add to framework, pack by 7zip, upload to phone and ... nothing change
I've looked everywhere but cannot find where to change the hex code to make the status bar notification color white.
Can someone please help?
Application (Yap Voicemail):
http://db.tt/yizkv5k
I found the below in am xml file named "new_vm_notification_layout":
<LinearLayout padding="resource_id:0x301" orientation="1" layout_height="-1" layout_width="-1">
</LinearLayout>
Do I edit the resource id?
Sent from my ADR6300 using XDA Premium App
how to change this menu text colour from black to white
which xml file to edit
re
decompile your framework-res.apk and find menu_background_fill_parent_width.9.png
varalex said:
decompile your framework-res.apk and find menu_background_fill_parent_width.9.png
Click to expand...
Click to collapse
i know that how to change png background i just want to change text colour from black to white
Any one
Sent from my GT-I9003 using XDA App
I'd actually love to know this info as well! I'm trying to change the text color to white, but I haven't been able to figure out which xml file makes the change in Gingerbread.
text colour
nitinvaid said:
how to change this menu text colour from black to white
which xml file to edit
Click to expand...
Click to collapse
Change the secondary text colour of our system.........
framework-res/res/values/colour.xml/secondary_colour..
If you not getting how to do....then wait...i will write a guide to change all text colour of andro.... :good::good::good::good:
In framework styles add your textColor to this style
<style name="TextAppearance.Widget.IconMenu.Item" parent="@style/TextAppearance.Small">
<item name="textColor">@color/your_color</item>
</style>
Edit: just realised how old the original question is lol
Sent from my GT-I9100 using xda premium
aguha1044 said:
Change the secondary text colour of our system.........
framework-res/res/values/colour.xml/secondary_colour..
If you not getting how to do....then wait...i will write a guide to change all text colour of andro.... :good::good::good::good:
Click to expand...
Click to collapse
:good::good::good::good:
I looking for this guide long time. could you send to me [email protected].
Hi, this is my first attempt to create a theme for my Xperia Z1 but I found some problems for which I ask for help. I have root and super user mod enabled.
1) I can not change the height of the navigation bar, in asset android.apk in res/values/dimens.xml I set these values
Code:
<dimen name="navigation_bar_height">36.0dip</dimen>
<dimen name="navigation_bar_height_landscape">36.0dip</dimen>
but it does not change anything, not even after a reboot. I wonder how some modules Xposed or other mods around changing this setting.
2) Is it possible to add a right margin instead of just a left margin to the notifications panel? I've used this code in asset com.android.systemui.apk res/values/dimens.xml
Code:
<dimen name="notification_panel_margin_left">10.0dip</dimen>
adding this
Code:
<dimen name="notification_panel_margin_right">10.0dip</dimen>
but i don't know if this parameter really exists, however i can not set a right margin.
Maybe the cause is
Code:
<dimen name="notification_panel_width">-1dip</dimen>
? I've tried also to change this value but nothing (-11dip or another value but nothing). What is the device max width in dip?
3) instead of a solid color for the notification panel, if i want to use an image how can i do this? Need i to change this image notification_panel_bg.9.png in systemu asset and change
Code:
<item type="drawable" name="somc_notification_panel_bg">#fe25292d</item>
to point the image?
4) Last question: is it possible to remove the 1 / o text in settings quick toggle wifi/bluetooth? If yes weere i can? With the screenshot is more clear to understand what i want to remove.
Thank you ans sorry for my bad english