Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom layout ListPreference

Prompt please where it is possible to read about creating a custom layout listpreference ( background and layout top panel, panel button ). Met - examples only for custom row. Sorry - google translate.

like image 794
dozhdik Avatar asked Aug 08 '26 09:08

dozhdik


1 Answers

You cannot create a custom layout for a ListPreference. You can, however, create your own custom DialogPreference and set that up to look like whatever you wish.

For example, here is a DialogPreference that uses a TimePicker to allow the user to choose a time. Here is a DialogPreference that allows the user to choose a color.

like image 103
CommonsWare Avatar answered Aug 09 '26 23:08

CommonsWare