android:theme="@android:style/Theme.Translucent.NoTitleBar"
即,在AndroidManifest.xml中,写入如下代码:
<activity android:name="randolph"
android:label:"randolph"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
</activity>
android:theme="@android:style/Theme.Translucent.NoTitleBar"
即,在AndroidManifest.xml中,写入如下代码:
<activity android:name="randolph"
android:label:"randolph"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
</activity>