Floating Action Button for lower version

前端 未结 6 1756
灰色年华
灰色年华 2020-12-03 04:06

Is there a way I can Achieve the floating button to work on 4.0 and later android??

I\'ve seen it on google plus but I haven\'t found any tutorial. Only for android

6条回答
  •  [愿得一人]
    2020-12-03 04:32

    Original post is here.

    You can use this library, it works well from the Android 2.1, API level 7.

    It's so easy to include it in your project:

    build.gradle

    dependencies {
        compile 'com.shamanland:fab:0.0.6'
    }
    

    layout.xml

    
    

    image

提交回复
热议问题