前言:專案做launcher 少不了乙個語言設定只是乙個思路網上**也很多當然這個設定是不會隨系統變化
實現:
//設定語言型別
resources resources =context.getresources();
configuration configuration = resources.getconfiguration();
displaymetrics displaymetrics = resources.getdisplaymetrics();
switch (language)
resources.updateconfiguration(configuration, displaymetrics);
進行乙個sp儲存 當然出現語言關機就恢復到原來介面。所以需要在程式入口使用sp重新設定即可
CSS Normalize(全域性設定)
作為前端工程師,很多人都有自己的一套css normalize檔案,這樣能省掉開發過程中的不少麻煩,提高工作效率。在前人的基礎上,我總結了自己的css normalize檔案,目前基本上每個專案都有在使用中 normalize html,html body 修正ie6振動bug body a,img...
全域性設定Gradle
哈!廢話多了,那就讓我們開始吧!android signingconfigs debug buildtypes debug allprojects dependencies testcompile junit junit 4.12 compile project x 編譯附加的專案 compile ...
使用者設定更新全域性設定
使用者設定 自定義配置檔案 user root pwd 123 全域性配置 專案預設的配置檔案 email 1223 qq.com config定義類方法把配置裡面的值更新到類方法裡面 import os import importlib from config import settings os...