Android: Bottom Button Bar in PrefernceActivity? -


I would like to make a preference with a button bar below, should look like a picture on the right. Anyone know how to do this? I came to:, but it does not work in a priority screen

Enter the image details Should be able to create your own layout for <Code> PreferenceActivity </ code.

> In which your button bar contains a preferences is just a ListActivity , so follow the rules for creating your own layout for ListActivity .

Keep in mind that the fragment-based preference screen of Android 3.0 will not really support this buttonbar pattern properly, and the same button automatically randomly renders the current versions of Android Will be

Comments