What is the ressource (android.R.…) or name of the following Android widget?
It is neither a RadioButton nor an ExpandableList.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
http://www.kaloer.com/android-preferences read this. If you are talking about the Vibration settings screen it is the PreferenceScreen in the android settings menu. It lets you to create a list of settings with different kinds of preferences such as CheckBoxPreference,ListPreference,EditTextPreference and so on.
Classes used :
Cheers