Android L Elevation Effect in Pre L (only using elevation property)

后端 未结 2 1825
无人及你
无人及你 2021-02-19 00:17

I\'m working on an App and want to have an elevation effect on ImageView or any View (!CardView in support library) in Pre L APIs. But i\'m not able to

2条回答
  •  星月不相逢
    2021-02-19 00:27

    • ViewCompat.setElevation()/getElevation() doesnt work on pre Lollipop.
    • There isnt anything worth checking out at the support library, at least until version 21.1.1
    • As for creating an elevation effect by yourself take a look at this

提交回复
热议问题