选中代码再Ctrl+shift+'/' 可加/***/注释

 

https://blog.csdn.net/wuqingsen1/article/details/78554117

styles.xml

<resources>

<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->

<!-- 设置无标题 -->
<item name="android:windowNoTitle">true</item>
<!-- 设置全屏 -->
<item name="android:windowFullscreen">true</item>

</style>

</resources>

 

相关文章:

  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
  • 2021-04-18
  • 2021-09-22
  • 2021-07-23
  • 2022-01-12
  • 2021-05-01
猜你喜欢
  • 2022-12-23
  • 2021-10-31
  • 2021-08-05
  • 2021-04-16
  • 2021-11-13
  • 2022-01-21
相关资源
相似解决方案