0
當我點擊我的操作欄中的項目時,我的popum菜單具有黑色背景主題顏色。我想改變我的彈出菜單的主題,使其具有全光(白)色。Android:更改彈出菜單的主題背景
我該怎麼做?
這裏是我的style.xml文件,裏面是空的時刻:
<resources>
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
</resources>
,並提取艙單:
<application
android:name="com.app.ccccccc.activities.cccccccc"
android:hardwareAccelerated="true"
android:allowBackup="true"
android:icon="@drawable/ic_action_blob"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
謝謝。你能告訴我,我必須在我的style.xml文件中添加