Android Studio 0.4.0
Hello,
I want to add a new Preference Screen in Android Studio. However, I cannot find the menu option to do it.
I
In Android Studio 1.1.0: If you create a SettingsActivity it automatically sets up some xml preference resource files for you.
Note: The Activity uses some deprecated code. It might be best to look at the latest documentation for creating a preferences activity: http://developer.android.com/reference/android/preference/PreferenceFragment.html and for creating the XML resource file: http://developer.android.com/reference/android/preference/Preference.html