customize check box preference

前端 未结 2 1322
天命终不由人
天命终不由人 2020-11-27 05:45

I am unable to customize my checkbox , although I have defined the background in the xml preference file, it doesn\'t pull the file. 1. I am trying to display custom images

2条回答
  •  广开言路
    2020-11-27 06:03

    There are two ways to achieve what you need, first is to define custom checkbox layout custom_chexbox.xml at res/layout:

    
    
    

    Then you need to specify this layout for the preference:

    
    

    Second way is to create a custom theme, redefine style for checkbox views and apply the theme to the preferences activity, see How to customize the color of the CheckMark color in android in a dialog. : android for details.

提交回复
热议问题