Results 4 issues of Marko Teodorovic

How can I set small icon in for notification? Something like this: new NotificationCompat.Builder(this) .setSmallIcon(...);

Is it possible to change icon programmatically? Neither view.setText(getString(R.string.fa_icon_check_square), TextView.BufferType.NORMAL); nor view.setText(getString(R.string.fa_icon_check_square)); not works for me. (view is a type od IconTextView)

Is there any way to prevent a holder from crossing the indicator except margin_end?

question

Hi, I am getting this errror for some devices: ``` Caused by java.lang.ArrayIndexOutOfBoundsException --   | java.util.ArrayList.get (ArrayList.java:413)   | net.rimoto.intlphoneinput.IntlPhoneInput.setEmptyDefault (IntlPhoneInput.java:164)   | net.rimoto.intlphoneinput.IntlPhoneInput.setEmptyDefault (IntlPhoneInput.java:172)   | net.rimoto.intlphoneinput.IntlPhoneInput.setDefault (IntlPhoneInput.java:150)   | net.rimoto.intlphoneinput.IntlPhoneInput.init (IntlPhoneInput.java:92)   |...