I have not found answers to my research when I opened my first subject .
How to fix the icons of applications that do not work with the package name in the MIUI theme?
For exemple:
com.copilot.alkdirect => the icon work in the explorer ( data\app ) but not in the home screen
What is your method?
Hello,
I search a ROM for my Xperia Neo (not V) with any specifications :
- The CM7 / 9 have tablet tweak (notification bar at bottom with navigation key as menu, back ) ?
- is there a ROM with recent apps and power menu in notification bar as SENSE 3.5 ROM ?
Thanks
Hi,
The question is: which one of five theme in framework-res style.xml is set as default theme?
The theme are:
1)Theme --> default for api's < 11 apps
2)Holo --> ICS apps
3)Holo.light--> ICS apps
4)devicedefault --> ????
5)semctheme-->????
my bobjective is to set as default the theme 3) so I thought of set Holo.Light as parent theme of the current default theme.
But..but wich is the current default theme??? 4) or 5) ?
thanks in advance
Where would I go to change the header/title background for each section in the menus... see screenshot.
I've looked in the themes apk and framework-res but cannot find where this background image is stored.
Also, if I change it to an image that has a smaller height, will it automatically change to fit new image?
[ NEXUSâ´ / VANILLA ROOTBOX / APEX PRO / TAPATALK ]
Hello Brothers of xda I need your help please
How put toogles transparent in status bar,,, without apps,modules xposed ...etc...,,,
I need Mofify the xml files of systemui to put transparent okk !!! help please !!!
Mark XP said:
Hello Brothers of xda I need your help please
How put toogles transparent in status bar,,, without apps,modules xposed ...etc...,,,
I need Mofify the xml files of systemui to put transparent okk !!! help please !!!
Click to expand...
Click to collapse
JB, KK or CM11?
For example, to make only transparent statusbar on JB, you need to decompile/edit 3 apk's and 1 jar...
maxx_hr said:
JB, KK or CM11?
For example, to make only transparent statusbar on JB, you need to decompile/edit 3 apk's and 1 jar...
Click to expand...
Click to collapse
Hello guy i need a example for make transparent toogles and notiFICATIOns is for Kitkat but i need a exaple ok
Mark XP said:
Hello guy i need a example for make transparent toogles and notiFICATIOns is for Kitkat but i need a exaple ok
Click to expand...
Click to collapse
Try this:
In LGSystemUI\smali\com\android\systemui\statusbar\phone\PhoneStatusBar.smali, find line:
Code:
Lcom/android/systemui/statusbar/phone/PhoneStatusBar$FastColorDrawable;-><init>(I)V
and remove line below:
Code:
invoke-virtual {v1, v4}, Landroid / view / View; -> setBackground (Landroid / graphics / drawable / Drawable;) V
To adjust transparency, change in LGSystemUI\res\values\colors.xml red value
Code:
<color name="bg_expanded">#[COLOR="Red"]ef000000[/COLOR]</color>
to:
bf000000-25%,
7F000000 - 50%,
3F000000 - 75%,
00000000 - 100%
For toggles etc use brain and try change it like described here:
http://forum.xda-developers.com/showthread.php?t=2078585
or simply make transparent pictures of that backgrounds in eg. Paint.net...
Another way (suitable for all platforms) is to install Xposed/GravityBox (your device should be rooted). There you have the Transparency Management tab that will give you just that. I suggest installing this module for many other reasons (best tweaking module out there).