mercredi 19 février 2014

[Guide]How to theme settings white. topic




Today I am going to tell you how to theme your settings white as in my PureKAT rom series.

Decompile settings.apk
Open AndroidManifest.xml
On the
<activity android:label="@string/
settings_label_launcher"
android:name="Settings"
You have to add
android:theme="@*android:style/Theme.Light"
between
<activity and
android:label="@string/settings_
label_launcher"

Here Theme.light refers to framework
This will give a white bg to your settings first page.
For full white settings add this code to <application

android:theme="@*android:style/Theme.Light"
But you will face problems like white on white or black on black texts .
To fix them you need to edit some xml files in layout folder and replace textColor codes.
If you need help then u can post here.

Hope you are enjoying my guides and keep pressing my thanks button to keep me smiling.
Thanks





Aucun commentaire:

Enregistrer un commentaire