For #24242 - Update EditText background tint to use Border Primary

upstream-sync
Gabriel Luong 2 years ago committed by mergify[bot]
parent 6592cba38b
commit 4fada310b7

@ -54,7 +54,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="32dp"
android:backgroundTint="?neutral"
android:backgroundTint="?borderPrimary"
android:hint="@string/add_to_homescreen_text_placeholder"
android:importantForAutofill="no"
android:inputType="text"

@ -26,7 +26,7 @@
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:autofillHints="false"
android:backgroundTint="?neutral"
android:backgroundTint="?borderPrimary"
android:hint="@string/collection_name_hint"
android:inputType="textCapSentences"
android:singleLine="true"

@ -26,7 +26,7 @@
android:layout_marginStart="24dp"
android:layout_marginEnd="24dp"
android:autofillHints="false"
android:backgroundTint="?neutral"
android:backgroundTint="?borderPrimary"
android:hint="@string/top_site_name_hint"
android:inputType="textCapSentences"
android:singleLine="true"

Loading…
Cancel
Save