1
0
Fork 0

Closes #1530 - center history text

master
ekager 2019-04-10 20:17:27 -07:00 committed by Jeff Boek
parent e67e57b7cc
commit c15430c8b8
1 changed files with 1 additions and 1 deletions

View File

@ -70,5 +70,5 @@
android:textSize="18sp"
app:layout_constraintEnd_toStartOf="@id/history_item_overflow"
app:layout_constraintStart_toEndOf="@id/history_favicon"
app:layout_constraintTop_toTopOf="@id/history_favicon" />
app:layout_constraintTop_toTopOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>