I have the following hierarchy:
PreferenceScreen
-----PreferenceCategory
------------PreferenceScreen
-----------------EditTextPreference
-----------------Preference
-----------------Preference
The last three preferences appear in form of a list as PreferenceActivity
comes from android.app.ListActivity
.
Is there a way to put these preferences in a single row like
EditTextPreference || Preference || Preference
and each of them will remain clickable and separate as before?