Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6143061
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T18:28:22+00:00 2026-05-23T18:28:22+00:00

me again, working on some android live-wallpaper, again, I have a small weird problem.

  • 0

me again, working on some android live-wallpaper, again,

I have a small weird problem. I create a first level of for my settings, everything is OKAY. But at some point, I needed some sub level and create a new as an item of the first one like in the following example:

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:title="@string/wallpaper_settings"
    android:key="wallpaper_settings">

<PreferenceScreen android:title="Gray or Color">

  <CheckBoxPreference
    android:key="gray_color"
    android:summary="Gray"
    android:title="Use color ?"
    android:summaryOn="Color"
    android:summaryOff="Gray"
    android:persistent="true"/>

</PreferenceScreen>

</PreferenceScreen>

But the thing is, the title for the CheckBoxPreference doesn’t appear, actually, it only appears when I press on it. And I have the same problem with other items too. What should I do ?

Thanks!

EDIT:
Okay, now I see the problem, it’s that the text is in black… Is there a way to change the color of the text of the force the backcolor of the preference screen ? like white or not black ?

EDIT 2: I solved the problem. I copy/paste some stuff from the manifest of CubeLiveWallpaper (the demo available with the SDK) and I shouldn’t have kept the Theme, that was Theme.Light.WallpaperSettings. By removing it, I removed these problems.

Thanks for the help!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T18:28:22+00:00Added an answer on May 23, 2026 at 6:28 pm

    Since preferences is just a special type of Activity, you have to add it in the Android manifest and add a title (label) there:

    <activity
            android:name="Preferences"
            android:label="Gray or Color">
    </activity>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have some contacts autocomplete and autosearch algorithm working for my android app. First
I'm working on an android app where I have only 2 activities... The first
I'm working on some complex design and have a silly question once again :)
In my Android program, I have some code that downloads a file. This works
I'm working on my Android app and I'm having a bit of a weird
This one is really weird. I had a perfectly working Eclipse + Android 2.2
I was working through a tutorial at http://fszlin.blogspot.com/2010/05/comsuming-wcf-services-with-android.html and am having a problem. The
I have a strange problem with MediaPlayer or AVFoundation. At some random point in
I am to create a shared library for Android OS. Although I have done
I'm working on Android project where I'm collecting some information from web server. Everytime

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.