Strange Error using onCreateView in PreferenceFragment when calling addPreferencesFromResource from onCreate

后端 未结 3 469
慢半拍i
慢半拍i 2021-01-03 00:34

I\'m trying to add an ImageView to a preference fragment in order to show a preview of a color setting. I\'m accessing the instance of the imageview via the onCreateView met

3条回答
  •  半阙折子戏
    2021-01-03 01:14

    When you create a custom layot for a PreferenceActivity or a PreferenceFragment you must supply a ListView with id android.R.id.list where the Preferences go to.

    
    
        
    
        
    
    
    

提交回复
热议问题