Add scroll to bottom button
parent
75d58677e4
commit
6533fdb64b
@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval">
|
||||
<solid android:color="@color/scroll_to_bottom_button_background" />
|
||||
<stroke android:width="1px" android:color="@color/scroll_to_bottom_button_border" />
|
||||
</shape>
|
||||
Loading…
Reference in New Issue