AndroidManifest.xml的<activity android:name=".ControlActivity"
android:label="@string/app_name">之间添加
android:theme="@android:style/Theme.Dialog"
android:theme="@android:style/Theme.NoTitleBar" 没有title条
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" 全屏显示
android:theme="@android:style/Theme.Light"
android:theme="@android:style/Theme.Light.NoTitleBar"
android:theme="@android:style/Theme.Light.NoTitleBar.Fullscreen"等