Hide FAB when list is scrolling

This commit is contained in:
Benoit Marty
2019-05-29 14:50:55 +02:00
parent 6978ec4246
commit e959fe2e9d
4 changed files with 55 additions and 7 deletions

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<size
android:width="8dp"
android:height="8dp" />
<solid android:color="#FF4B55" />
</shape>