actionbar tag

4 questions


1 answers
118 views
0
Change action bar text color

How do I change the color of the letter in the action bar? I inherited the HoloLight Theme, but I can change the background color of the action bar, but I can't find the text color attribute. Android:...


1 answers
69 views
0
I have a question about the Android action bar.

We are working on the Android action bar. The final feature I'm trying to do now is to automatically show the action bar below when I touch it anywhere in the activity after about 10 seconds of loadin...

1 years ago

1 answers
106 views
0
I'd like to add a color to the title of the top bar like the list of friends on Kakao Talk.

If you look at this picture, there's a 4,129 friend on the top bar and a button on the right.I want to give 4,129 and 4,129 different handwriting colorsWhat can I do?

1 years ago

1 answers
102 views
0
How to get rid of action bars in a splash activity

To remove the action bar, in the onCreate() of the splash activity, setContentView(R.layout.splash);getActionBar().hide();I did it like this. Maybe it's because I saw it before onCreate was called, bu...


© 2024 OneMinuteCode. All rights reserved.