6

Setting hardware accelerated to false in my androidManifest removes elevation from my views..

When hardware accelerated is false, it removes elevation

When hardware accelerated is true, elevation is there but no smooth scrolling

Is there any way to solve this problem and i need both things in my app..

1 Answers1

2

You can't have elevation without hardware acceleration, so I suggest you set it true and find your problems, may be you draw something multiple time or ...

These links help you to solve your problem:

If you really don't want to enable it, you can use these solutions:

AliSh
  • 10,085
  • 5
  • 44
  • 76