I am programmatically creating a LinearLayout for an AlertDialog with some buttons.
I WANT to do this:
The Paris library from AirBnB is perfect for this, allowing for programmatic configuration like so:
Paris.styleBuilder(textView) .add(R.style.MyGreenTextView) .textSizeRes(R.dimen.my_text_size_small) .apply();