Merge pull request #199 from andyklimczak/captcha-autocorrect

Disable autocorrect for legacy captcha input field
multisite
Florens 9 years ago committed by GitHub
commit cfb5828fee
  1. 1
      Clover/app/src/main/res/layout/layout_captcha_legacy.xml

@ -37,6 +37,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:hint="@string/reply_captcha_text" android:hint="@string/reply_captcha_text"
android:inputType="textFilter"
android:singleLine="true" android:singleLine="true"
android:textSize="16sp" /> android:textSize="16sp" />

Loading…
Cancel
Save