1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Small fixes

This commit is contained in:
M66B 2019-01-17 21:24:42 +00:00
parent e564c18b90
commit 5cacec0670
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@
android:layout_height="0dp"
android:background="@color/colorAccent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<View

View file

@ -16,6 +16,7 @@
android:layout_height="0dp"
android:background="@color/colorAccent"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<ImageView