1
0
Fork 0

For #5411: Fixes delete button turning red (#5412)

master
Sawyer Blatz 2019-09-18 15:20:05 -07:00 committed by GitHub
parent 50cd2920d3
commit 956f4f0534
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/tabs_menu_close_all_tabs"
android:src="@drawable/ic_delete"
android:tint="?primaryText"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/tabs_overflow_button"
app:layout_constraintStart_toEndOf="@+id/share_tabs_button"