android-actionbar tag

2 questions


1 answers
123 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
104 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.