1
0
Fork 0

For #8719: Keep top site item at mock width size, prevent stretching

master
mcarare 2020-02-25 13:31:58 +02:00 committed by Jeff Boek
parent 2add077ee3
commit 09e0c0b447
1 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<TextView
android:id="@+id/top_site_title"
android:layout_width="match_parent"
android:layout_width="60dp"
android:layout_height="wrap_content"
android:gravity="center"
android:padding="2dp"
@ -35,6 +35,8 @@
android:textColor="?primaryText"
android:textSize="10sp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
app:layout_constraintTop_toBottomOf="@id/favicon_image" />
</androidx.constraintlayout.widget.ConstraintLayout>