[MOD] [GUIDE] Themeing Your Preference Category

Search This thread

shadman0

Senior Member
Nov 8, 2013
346
124
Delhi
www.milkshakerom.blogspot.com
shadman0 is here with new guide You can see many catagory now we will theme this preference_category

You Need
Brain
Framework
Dowloads the Zip File

Instructions:
1.Downloads the Zip file
2.Decompile ur framework-res.apk
3.Copy the file to your decompnile folder
4.open layout/preference_category.xml
5.Remove whole lines
6.Add this
Code:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center_vertical" android:id="@id/widget_frame" android:background="@drawable/aapreference_category" android:layout_width="fill_parent" android:layout_height="48.0dip"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <TextView android:textSize="19.0dip" android:textColor="#ffeeeeee" android:gravity="bottom|left|center" android:id="@id/title" android:paddingLeft="4.0px" android:paddingBottom="8.0dip" android:layout_width="fill_parent" android:layout_height="48.0dip" android:singleLine="true" />
</LinearLayout>
Here u control ur text size and android gravity also
7.Compile and Enjoy
 

Attachments

  • ThemingPreferanceCatagory.zip
    318 bytes · Views: 130
  • Like
Reactions: Minions_Army

shadman0

Senior Member
Nov 8, 2013
346
124
Delhi
www.milkshakerom.blogspot.com
SS

Todays Offers

Press Thanks You will Get Thanks
 

Attachments

  • uploadfromtaptalk1398425130701.jpg
    uploadfromtaptalk1398425130701.jpg
    20.7 KB · Views: 523
  • Like
Reactions: Minions_Army

Top Liked Posts