android: add FAB to scroll to top

This commit is contained in:
Harsh Shandilya 2021-09-25 19:58:55 +05:30
parent dd424d6af9
commit c0f2089482
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
4 changed files with 108 additions and 2 deletions

View file

@ -0,0 +1,10 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24"
android:tint="?attr/colorControlNormal">
<path
android:fillColor="@android:color/white"
android:pathData="M4,12l1.41,1.41L11,7.83V20h2V7.83l5.58,5.59L20,12l-8,-8 -8,8z"/>
</vector>