ui: Minor XML fixes
All checks were successful
/ build-debug (push) Successful in 5m23s

`tools:context` is unused; fix RTL
This commit is contained in:
Peter Cai 2024-07-14 22:03:03 -04:00
parent 7b605fd44a
commit 27627fdf15
2 changed files with 2 additions and 3 deletions

View file

@ -3,8 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ui.MainActivity">
android:layout_height="match_parent">
<com.google.android.material.appbar.MaterialToolbar
android:id="@+id/toolbar"

View file

@ -25,7 +25,7 @@
android:id="@+id/fab"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="16dp"
android:layout_marginEnd="16dp"
android:layout_marginBottom="16dp"
android:src="@drawable/ic_add"
app:layout_constraintRight_toRightOf="parent"