Skip to content

Commit

Permalink
For mozilla-mobile#24242 - Update EditText background tint to use Bor…
Browse files Browse the repository at this point in the history
…der Primary
  • Loading branch information
gabrielluong authored and pedroldk committed Mar 22, 2022
1 parent 50a460c commit 10f5f6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_create_shortcut.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/name_collection_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/top_sites_rename_dialog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 10f5f6b

Please sign in to comment.