Giter VIP home page Giter VIP logo

Comments (2)

BoD avatar BoD commented on August 22, 2024

Hi!
Well, I don't see anything obvious that could cause this problem.
It looks like a theme problem (like dark vs light theme), but it's hard
to tell.
The only thing I can suggest is to compare the sources of your project
with the sources of the sample and try to spot any differences... Not
much of a "solution", I know :)
Hope you'll find the problem!

BoD
Sent from my TV.

On 24/01/2014 06:09, Pimmelorus wrote:

I am a first time user of the switch backport. Thnx for making this
code available.

I have trouble getting the text to appear correctly. In my sample
project the text has not color (is just grey). This means that the
"OFF" state text is not readable since the text is the same color as
as the grey background. This is different from the sample app that
comes with the switch backport where text is displayed in a light grey.

I am unable to set the text color myself with xml attributes.

When I comment out lines 178-184 from Switch.java, text is displayed
correctly:

     colors  =  appearance.getColorStateList(R.styleable.Android_android_textColor);
     if  (colors  !=  null)  {
         mTextColors  =  colors;
     }  else  {
         // If no color set in TextAppearance, default to the view's textColor
         mTextColors  =  getTextColors();
     }

into

     //colors = appearance.getColorStateList(R.styleable.Android_android_textColor);
    // if (colors != null) {
    //     mTextColors = colors;
    // } else {
         // If no color set in TextAppearance, default to the view's textColor
         mTextColors  =  getTextColors();
     //}

Is there an obvious thing that I am doing wrong here?


Reply to this email directly or view it on GitHub
#38.

from android-switch-backport.

BoD avatar BoD commented on August 22, 2024

The light theme was actually incorrect, which was probably the source of this problem. It has been fixed now, closing this issue.

from android-switch-backport.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.