Android开发经验小知识点

<1>

设置屏幕无标题栏

在AndroidManifest.xml设置:

android:theme="@android:style/Theme.NoTitleBar"

Android开发经验小知识点_第1张图片

 

你可能感兴趣的:(android)