当前位置: 代码迷 >> Android >> android 设立布局为无标题样式
  详细解决方案

android 设立布局为无标题样式

热度:89   发布时间:2016-04-28 01:48:31.0
android 设置布局为无标题样式
    <!-- Application theme. -->    <style name="AppTheme" parent="android:Theme.Light.NoTitleBar">        <!-- All customizations that are NOT specific to a particular API-level can go here. -->    </style>

 

  相关解决方案