PrefRoot.java 文件源码

java
阅读 22 收藏 0 点赞 0 评论 0

项目:LWPTools 作者:
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);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号