Android PreferenceActivity已经破坏了行为

时间:2014-07-10 08:33:45

标签: android android-activity

在我的应用程序中,有时无法正确显示首选项设置活动。它变黑了。

我的原创偏好活动

enter image description here

但有时会变黑并显示如下截图

enter image description here

没有复选框和列表首选项可见。

当它变黑并且我滚动它看起来很差

enter image description here

清单文件中的声明

          <activity
        android:name="com.test.wallpaper.PreferenceSettingActivity"
        android:label="@string/app_name"
        android:theme="@android:style/Theme.NoTitleBar" >
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />
        </intent-filter>
       </activity>

1 个答案:

答案 0 :(得分:0)

您需要在此xml页面中为父布局设置背景。

在xml中使用setbackground作为父布局。