0

I am modifying an three year ago app from my company. As you see on picture, there is a very ugly gray thin action bar on the top. I want to modify it, but I couldn't find it anywhere in the packages. This is an API 14 Android 4.0 app.

enter image description here

Kevin Science
  • 303
  • 4
  • 18

1 Answers1

0

You should change the style of the app (or activity) with something like:

@android:style/Theme.NoTitleBar

You can find more here: How disable / remove android activity label and label bar?

And create your own layout or use the action bar. If you just want to change the text, change the label

Community
  • 1
  • 1
Chol
  • 2,097
  • 2
  • 16
  • 26