summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-03-03 10:24:56 -0300
committerTorsten Grote <t@grobox.de>2020-03-03 10:24:56 -0300
commita9fd9aa024d1cafe50be76eb2ca6a818bce38862 (patch)
tree8657d8c9605683931ca166d6ae7d2ea2d526298b /app/src/main/res/layout
parent5f57c48b526f7f297e307851135fc52a5ea23ab3 (diff)
downloadwallet-android-a9fd9aa024d1cafe50be76eb2ca6a818bce38862.tar.gz
wallet-android-a9fd9aa024d1cafe50be76eb2ca6a818bce38862.tar.bz2
wallet-android-a9fd9aa024d1cafe50be76eb2ca6a818bce38862.zip
Clean up MainActivity and unregister receivers to not leak them
This also reduces the scope of files that get an automatic copyright header.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/app_bar_main.xml13
1 files changed, 1 insertions, 12 deletions
diff --git a/app/src/main/res/layout/app_bar_main.xml b/app/src/main/res/layout/app_bar_main.xml
index f2d8571..834d5ca 100644
--- a/app/src/main/res/layout/app_bar_main.xml
+++ b/app/src/main/res/layout/app_bar_main.xml
@@ -21,7 +21,6 @@
android:layout_height="match_parent"
tools:context=".MainActivity">
-
<com.google.android.material.appbar.AppBarLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -65,14 +64,4 @@
app:layout_constraintTop_toTopOf="parent"
app:navGraph="@navigation/nav_graph" />
- <com.google.android.material.floatingactionbutton.FloatingActionButton
- android:id="@+id/fab"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom|end"
- android:layout_margin="@dimen/fab_margin"
- android:scaleType="center"
- app:fabSize="normal"
- app:srcCompat="@drawable/ic_scan_qr" />
-
-</androidx.coordinatorlayout.widget.CoordinatorLayout> \ No newline at end of file
+</androidx.coordinatorlayout.widget.CoordinatorLayout>