android / user-interface-samples

Multiple samples showing the best practices in the user interface on Android.
Apache License 2.0
4.38k stars 1.64k forks source link

Add custom layout in PreferenceFragmentCompat #71

Open ghost opened 5 years ago

ghost commented 5 years ago

I use navigation library to navigate fragments in a single activity. The single activity has main style set to hide toolbar. Now when I navigate to settings no toolbar is shown. I would like add toolbar to the settings screen.

danielwilson1702 commented 5 years ago

The accepted answer here will work for that.