2 questions
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:...
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.