Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
BlueHarford
Old
#1  
BlueHarford's Avatar
Recognized Developer - OP
Thanks Meter 265
Posts: 1,109
Join Date: Aug 2010
Location: Abingdon, MD

 
DONATE TO ME
Angry [THEME DEVS][THEME-CHOOSER] New Mod standards[TAKE NOTE PLEASE]

So 2 rom teams. Savaged-Zen and Evervolv both by stock utilize the 6 bar and 100 battery mod in there themes. With the recent addition of Theme-Chooser in the roms, we've come together to make a standard for Theme Dev's to utilize these mods in their themes, and let the system be smart and know how to change it in the backend framework to properly use the mods.

To add a 6 bar mod or the 100 battery mod, add the images into the theme. and modify the below file

res/values/theme.xml
Code:
<resources>
    <style name="Theme Name" parent="@android:style/Theme" />

    //for signal mod set to true if not used you dont even need this line
    <boolean name="extra_theme_compatibility_signal">true</boolean> 
    
     //for battery mod set to true if not used you dont even need this line
    <boolean name="extra_theme_compatibility_battery">true</boolean>
</resources>
 
reverepats
Old
#2  
reverepats's Avatar
Recognized Themer
Thanks Meter 2438
Posts: 4,561
Join Date: Dec 2010
Location: Boston,MA

 
DONATE TO ME
wow....i seriously cant figure out how to do this....thanks for the info tho....i never did this before so its all new to me.....im sure ill figure it out sooner or lata, cause it'll drive me crazy...thanks man
Device: Sprint Samsung Galaxy S4
ROM:Crawrj's Deodexed Stock ROM
Kernel: Stock
Theme: My MODs
Follow Me


 
Post Reply+
Tags
theme, theme chooser, tmobile
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...