1

I updated my codebase to Lollipop, and I'm having issues with the Action Bar. I'm using AppCompat and inflating a custom view. It seems that the custom view no longer takes up the whole width of the screen, leaving a thin strip on the left enter image description here How can i remove that? Tried all standart ways for older verions to fix that, but nothing helps... Need some help.

P.S. anyway i can't use toolbar, i have to use actionBar

AndrewS
  • 7,418
  • 8
  • 35
  • 50

1 Answers1

0

I've met this error. Replace the current appcompat version with the older one

huu duy
  • 2,049
  • 21
  • 31