I\'m trying to use the TextView constructor with style like this:
TextView
TextView myText = new TextView(MyActivity.this, null, R.style.my_style);
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) textView.setTextAppearance(R.style.yourStyle)