When using API-22 in EdiText, instead of the words "Enter password" a set of letters is displayed: Ddzhzhfz "svrnu. When changing versions of Api, hint is displayed correctly.

  • Well ... maybe there is a bug in the libraries ... Try the support-lib version to change / update - YuriiSPb
  • <? xml version = "1.0" encoding = "utf-8"?> Is it present in the .xml file? - iFr0z
  • Yes present. - Timur Gazaleev
  • one
    Strange ... it's just that I also have almost everywhere hint in EditText and it works the same everywhere from API 15 to API 23. Drop off the EditText code and see what's what. - iFr0z
  • one
    1. Do you have exactly UTF-8 encoding (and not windows-1251) in all files and you did not change it? 2. How do you add hint : through resources or hardcore string? If the second option, then use resources instead. - whalemare

0