I’m looking through the Holo.Light theme, and I can’t seem to find the magic style to override to get rid of the title text that briefly shows up when my app first launches.
How can I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
Got it. You have to override
and then in your custom style you have to override
Here’s a sample.
In my themes.xml:
And in my styles.xml:
I’m not sure why setting the textSize to zero didn’t do the trick (it shrunk the text, but didn’t make it go away), but setting the textColor to transparent works.