Where is the option to add a new preference screen in Android Studio 0.4.0?

前端 未结 8 1656
梦毁少年i
梦毁少年i 2021-02-07 08:15
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

8条回答
  •  佛祖请我去吃肉
    2021-02-07 08:50

    The preference option doesn't exist anymore. You will need to right click the res->new->Android resource file and choose the resource type as xml in the dropdown. Then you will manually need to add the layout for preference xml.

提交回复
热议问题