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

A new version of WeChat is here: This place has been deleted

Recently, Tencent officially launched WeChat vers...

Encountering the "flame" of the starry sky: exploring the mystery of the sun

Produced by: Science Popularization China Author:...

Can Win10 phones really run Android/iOS programs?

Can Windows 10 phones really run Android and iOS ...

Introduction to frequently used iOS third-party libraries and XCode plug-ins

Third-party libraries are something that programm...

How to operate your Zhihu? Just read this article!

Whether from the perspective of user growth or us...

When marketing becomes a money-making machine

Marketing has always been considered a costly thi...

Why can’t you write a good copy that scores 80 points?

I have read "Copywriting Fever", "...

Substantial changes will happen to social media in 2017!

How will social media evolve? It is a topic that ...

Why choose 400 phone? How does an enterprise apply for a 400 telephone number?

Nowadays, many companies are using 400 telephone ...

Deconstructing private domain traffic: How to manage personal IP?

Personal IP refers to an individual’s right to ow...

What else can Didi do for crisis public relations?

A seemingly accidental murder case surrounding Di...

Online promotion channels for product operation and promotion plans!

In the mobile Internet industry, the market for g...