1
0
Fork 0

No issue: Top aligns close button for tab in collection (#5161)

See https://github.com/mozilla-mobile/fenix/pull/4442#issuecomment-528580904 for more info
master
Sawyer Blatz 2019-09-09 11:08:30 -07:00 committed by GitHub
parent 1b2e67b871
commit b86a32fa17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -65,7 +65,6 @@
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/close_tab"
android:src="@drawable/ic_close"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />