fix stray char and alignment

This commit is contained in:
osodebailar 2020-10-01 12:21:57 +02:00
parent 42e37710f2
commit 009988a76c

View file

@ -7,9 +7,7 @@
<androidx.core.widget.NestedScrollView
android:id="@+id/scroll_content_frame"
android:layout_width="match_parent"
android:layout_height="210dp"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
d
android:layout_height="210dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -29,7 +27,7 @@ d
style="?android:attr/buttonStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center_horizontal"
android:layout_gravity="center_horizontal"
android:gravity="bottom"
android:layout_marginStart="10dp"
android:layout_marginTop="10dp"