public PrefRoot(PreferenceManager manager, PreferenceActivity activity,SharedPreferences sharedPrefs,
int androidPreferenceLayoutChild,
int chooseColorString,
AdvancedColorPickerDialog.TextResources advancedColorPrefTextResources,
ArrayList<Pref> listToAddAllPrefsTo){
this.manager = manager;
this.activity=activity;
this.sharedPrefs=sharedPrefs;
this.listToAddAllPrefsTo = listToAddAllPrefsTo;
PrefResources prefResources = new PrefResources();
prefResources.chooseColorString = chooseColorString;
prefResources.androidPreferenceLayoutChild = androidPreferenceLayoutChild;
prefResources.advancedColorPrefTextResources = advancedColorPrefTextResources;
this.root = manager.createPreferenceScreen(activity);
}
PrefRoot.java 文件源码
java
阅读 22
收藏 0
点赞 0
评论 0
项目:LWPTools
作者:
评论列表
文章目录