Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
For #7930: Allow field to receive autocomplete suggestions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarare authored and mergify[bot] committed Nov 15, 2022
1 parent 2268e5b commit 2d1bb8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@

<style name="AddToHomeScreenSiteTitle" parent="Widget.AppCompat.EditText">
<item name="android:textSize">20sp</item>
<!-- Setting textVisiblePassword as inputType removes the line below the text-->
<item name="android:inputType">text|textVisiblePassword</item>
<item name="android:inputType">text</item>
<item name="android:textColor">@color/primaryText</item>
<item name="android:textCursorDrawable">@null</item>
</style>
Expand Down

0 comments on commit 2d1bb8b

Please sign in to comment.