📜  隐藏标题栏 android studio - Java 代码示例

📅  最后修改于: 2022-03-11 14:52:12.815000             🧑  作者: Mango

代码示例3
If you are using Android Studio, go to the .xml located below:
res/values/themes/themes.xml
You will find two themes.xml, the one of those will be the night setting
Open those .xml files and in the node named style change the value of the 
parent attribute to:
"Theme.MaterialComponents.DayNight.NoActionBar"