Quantcast
Channel: xda-developers - Android Themes
Viewing all articles
Browse latest Browse all 4090

[Guide]Theming Settings Heavily »Update^1/3/14«[GB]

$
0
0
Presenting a full guide on theming and understanding conceps of Settings.apk
Theming it white with changeable background
Check 2nd Post


Quote:

Note.
I am not responsible if you make any damage to your phone



Quote:

This simple editing requires.
# STEP 1
Patience
[For that use my method of spreading cold water over your head.}
# STEP 2
Notepad ++
{A very handy tool}
google it if you dont have for editing xml files.
# STEP 3
My provided files for changing backgrounds.


Quote:

Lets start our work.

# STEP 4
Decompile your Settings.apk

# STEP 5
Open Androidmanifest.xml

# STEP 6
In
Code:

  <application android:label="@string/settings_label"
# STEP 7
Add this
Code:

  android:theme="@*android:style/Theme.Light"
# STEP 8
So it will look like thisafter editing
Code:

  <application android:theme="@*android:style/Theme.Holo" android:label="@string/settings_label"
# STEP 9
Now find
Code:

Theme.NoTitleBar
And replace each with

Code:

Theme.Light.NoTitleBar
# STEP 10
Now open ManageApplications$ApplicationsAdapter.smali in

Code:

smali/com/android/settings/applications/ManageApplications$ApplicationsAdapter.smali
# STEP 11
Find
Code:

  getColorStateList
# STEP 12
Above it you will see public id linked to framework
i.e.
Code:

0x1060001
# STEP 15
Change it to
Code:

0x1060004
This is to fix white colour problem in manage aplications tab items.

# STEP 14
Recompile your apk back.


Viewing all articles
Browse latest Browse all 4090

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>