1
0
Fork 0

Fix the incognito icon looks out of place/misaligned

master
Madalin Valceleanu 2019-10-03 11:36:39 +02:00 committed by Emily Kager
parent f6285ad5f8
commit f4be12227f
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
android:background="?android:attr/selectableItemBackgroundBorderless"
android:contentDescription="@string/content_description_private_browsing_button"
android:src="@drawable/private_browsing_button"
app:layout_constraintBottom_toTopOf="@+id/wordmark"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" />