I am developing a settings screen using nested PreferenceScreen classes. As of now, when I click on a PreferenceScreen, it moves to the nested screen without any animation.
Can anybody tell me how can I make this transition into a nested PreferenceScreen and out back to top level PreferenceScreen with animation?