Skip to content
Snippets Groups Projects
Commit f316724a authored by Duncan McNamara's avatar Duncan McNamara
Browse files

Browser: fix emptyImageView position

Positions the image view above the emptyTextView and not on it.
parent 1aa9a149
No related branches found
No related tags found
1 merge request!1029Browser: fix emptyImageView position
Pipeline #118601 passed with stage
in 17 minutes and 55 seconds
......@@ -110,6 +110,7 @@
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toTopOf="@id/emptyTextView"
app:srcCompat="@drawable/ic_empty" />
<Button
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment