Skip to content

Instantly share code, notes, and snippets.

@hasankucuk
Created April 13, 2018 11:41
Show Gist options
  • Save hasankucuk/f80d79ec58851f71a17626aeb9f43dfe to your computer and use it in GitHub Desktop.
Save hasankucuk/f80d79ec58851f71a17626aeb9f43dfe to your computer and use it in GitHub Desktop.
To make all uppercase
mEdtText.setFilters(new InputFilter[]{new InputFilter.AllCaps()}); //Girilen karakterleri büyük harf olarak tanımlamak için
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment