Android Studio Layout Preview Default Theme

后端 未结 2 462
误落风尘
误落风尘 2021-02-07 21:54

Maybe this is well known option in Android Studio but I couldn\'t find it and Google has not helped me with this :( Every time I open a layout preview in Android Studio it\'s ap

2条回答
  •  庸人自扰
    2021-02-07 22:51

    Click here and change theme to your theme.

    If you want a single theme to always open, give

    android:theme="@style/YourTheme" in your tag in Manifest file.

    From next time onwards, when you create a new xml file, this will be your default theme.

提交回复
热议问题