1 <style name="Theme.Foo" parent="android:style/Theme.Light"> 2 <item name="android:windowContentOverlay">@null</item> 3 </style> 4 5 6 <activity android:name=".FooActivity" <br=""> android:theme="@style/Theme.Foo"> ... 7 </activity> 相关文章: