/*----------------------------------------
*-Description--theme Color Configuration module Summary.
*-Describe several implementations of--s1.android night mode
* SS1. Modify Widget color directly: need to modify every control, too much trouble
* SS2. By modifying the theme, updating the app theme requires the activity to be restarted to finish rendering the interface
* SS3. It is not ideal to achieve the effect by adding a layer of hood
* Reference: http://www.jb51.net/article/47227.htm
* SS4. Dialog implement Night mode
* SS5. SS1+SS2 combination mode, in the settings interface Ss1+ss2, other interface SS2
* Reference:
* several ways http://www.cnblogs.com/yuanzhanxue/p/3470820.html
* Perfect solution Https://github.com/brokge/NightModel
* controls to configure: Background of layout, font of controls, pop-ups, toolbars, side-slip menus
*-Description--s2.;
*-Describe--none.
*-Describe--b1.none.
* Q1. Exception problem: Android.content.res.resources$notfoundexception:resource is not a drawable
* possible causes for resource files are put into VALUES-820DP, the problem disappears after re-porting
* Reference: http://blog.csdn.net/tianshanaoxue/article/details/16806283
*---------------------------------------------------------------------------*/
Android Theme Color Configuration summary