summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout/fragment_exchange_list.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/src/main/res/layout/fragment_exchange_list.xml')
-rw-r--r--wallet/src/main/res/layout/fragment_exchange_list.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/wallet/src/main/res/layout/fragment_exchange_list.xml b/wallet/src/main/res/layout/fragment_exchange_list.xml
index e08901e..c7404ae 100644
--- a/wallet/src/main/res/layout/fragment_exchange_list.xml
+++ b/wallet/src/main/res/layout/fragment_exchange_list.xml
@@ -49,4 +49,13 @@
android:visibility="invisible"
tools:visibility="visible" />
+ <com.google.android.material.floatingactionbutton.FloatingActionButton
+ android:id="@+id/addExchangeFab"
+ style="@style/FabStyle"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:contentDescription="@string/exchange_list_add"
+ android:src="@drawable/ic_baseline_add"
+ app:layout_behavior="com.google.android.material.behavior.HideBottomViewOnScrollBehavior" />
+
</androidx.coordinatorlayout.widget.CoordinatorLayout>