FAB - square on pre Lollipop and without shadow on Lollipop

前端 未结 5 1141
遥遥无期
遥遥无期 2020-12-05 14:00

It looks like FloatingActionButton is not working ether on Android 4.0 and Lollipop. As you can see on image below, on Android Lollipopo shadow is missing and o

5条回答
  •  执笔经年
    2020-12-05 14:49

    Thanks to @harism comment, simply setting app:borderWidth="0dp" resolve both issues.

    Note: don't forget to add xmlns:app="http://schemas.android.com/apk/res-auto" to your root layout.

提交回复
热议问题