mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 11:07:04 +05:30
android: add FAB to scroll to top
This commit is contained in:
parent
dd424d6af9
commit
c0f2089482
4 changed files with 108 additions and 2 deletions
10
android/src/main/res/drawable/ic_arrow_upward_24.xml
Normal file
10
android/src/main/res/drawable/ic_arrow_upward_24.xml
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue