One-click skinning

One-click skinning

Source code introduction

Screenshot of source code running to implement one-click skinning of APP

Source code snippet:

  1. public   final   static String SHARED_PREFERENCES_NAME = "andnav_preferences" ;
  2.   
  3. public   final   static String PREF_THEME_RESID_ID = "theme_resid" ;
  4.       
  5. public   final   static String TITLE_ID = "title_id" ;
  6.       
  7. public   static   void setTitle(Activity act)
  8. {
  9. SharedPreferences sPref = act.getSharedPreferences(SHARED_PREFERENCES_NAME, 0 );
  10. TextView title = (TextView) act.findViewById(R.id.titleTv);
  11. int title_resid = sPref.getInt(TITLE_ID, R.drawable.color1);
  12. title.setBackgroundResource(title_resid);
  13. }
  14. public   static   void setValue(Activity act, int theme_resid, int title_resid)
  15. {
  16. SharedPreferences sPref = act.getSharedPreferences(SHARED_PREFERENCES_NAME, 0 );
  17. Editor editor = sPref.edit();
  18. editor.putInt(PREF_THEME_RESID_ID, theme_resid);
  19. editor.putInt(TITLE_ID, title_resid);
  20. editor.commit();
  21. }

Source code download: http://download..com/data/1982408

<<:  Google Talk, once a favorite among programmers, will be shut down next week

>>:  NDRC fined Qualcomm 6.1 billion yuan and required Qualcomm to make five rectifications

Recommend

Cocoa prices double! Will we still be able to afford chocolate in the future?

Recently, foreign netizens who love chocolate dis...

A guide to private domain live streaming for education and training companies

2020 can be said to be the year of the live strea...

After using melatonin, it will be dark when I close my eyes? NO!

Author: Zang Juxiang, Chief Pharmacist of Eastern...

If you pinch the back of a cat's neck, will it be "acupunctured"?

Nowadays, there are more and more cat owners who ...

The top ten worst passwords are revealed. See if yours is on the list

In the technological age, various network passwor...

Which market makes the most money? Tencent tells you!

[[127236]] The Investment and M&A Department ...

The gameplay and rules of WeChat ecosystem fission growth!

Looking back at the development of mobile Interne...

Do you have these New Year food customs at home?

New Year's Day by Wang Anshi (Song Dynasty) T...

“Live streaming with goods” does not require internet celebrities!

However, even though it’s still “making friends w...