Small layout fix

This commit is contained in:
M66B 2019-07-11 09:06:14 +02:00
parent 777a0bb897
commit d162aee196
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
android:id="@+id/vwLevel"
android:layout_width="0dp"
android:layout_height="0dp"
app:layout_constraintBottom_toBottomOf="@+id/tvKeywords"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toEndOf="@id/ivState"
app:layout_constraintTop_toTopOf="parent" />