Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对 Android 应用程序开发非常陌生。我希望我的第一个活动以白色背景全屏显示。我怎样才能做到这一点?
在 Android Manifest 文件中将以下属性添加到您的 Activity
android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen"