hi I am using Preferencescreen
xml to design my preferences screen ,I am adding two button at bottom of preference screen , Preference screen scrolling but the bottom buttons are not scrolling as they are not part of preferences screen ,I am using this code to add two views one as preference-screen and other one to adding button
addPreferencesFromResource(R.xml.userpreferences);
setContentView(R.layout.preferencessetting);
I want to do as button should scroll with presences screen component . anyone can guide how I can handle this case ?