Merge pull request #205 from andyklimczak/captcha-keyboard-inputType

Change the captcha keyboard to textVisiblePassword
multisite
Florens 9 years ago committed by GitHub
commit 00cba6e49b
  1. 2
      Clover/app/src/main/res/layout/layout_captcha_legacy.xml

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

Loading…
Cancel
Save