Minor fixes

This commit is contained in:
Zakhar Timoshenko
2021-10-17 22:01:40 +03:00
committed by Koitharu
parent 2380d69b11
commit af6df6dfa2
10 changed files with 13 additions and 7 deletions

View File

@@ -287,6 +287,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/desc_header"
app:layout_constraintBottom_toBottomOf="parent"
tools:ignore="UnusedAttribute"
tools:text="@tools:sample/lorem/random[25]" />

View File

@@ -4,9 +4,9 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:layout_marginHorizontal="32dp"
android:gravity="center"
android:layout_marginHorizontal="32dp">
android:orientation="vertical">
<ImageView
android:id="@+id/icon"