summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout/fragment_main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'wallet/src/main/res/layout/fragment_main.xml')
-rw-r--r--wallet/src/main/res/layout/fragment_main.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/wallet/src/main/res/layout/fragment_main.xml b/wallet/src/main/res/layout/fragment_main.xml
index 81121b5..3f680ba 100644
--- a/wallet/src/main/res/layout/fragment_main.xml
+++ b/wallet/src/main/res/layout/fragment_main.xml
@@ -25,16 +25,11 @@
<com.google.android.material.floatingactionbutton.FloatingActionButton
android:id="@+id/mainFab"
+ style="@style/FabStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_gravity="bottom|end"
- android:layout_marginEnd="16dp"
- android:layout_marginBottom="16dp"
android:contentDescription="@string/button_scan_qr_code"
android:src="@drawable/ic_scan_qr"
- app:backgroundTint="@color/colorPrimary"
- app:layout_behavior="com.google.android.material.behavior.HideBottomViewOnScrollBehavior"
- app:layout_dodgeInsetEdges="bottom"
- app:tint="?attr/colorOnPrimary" />
+ app:layout_behavior="com.google.android.material.behavior.HideBottomViewOnScrollBehavior" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>