Closed Aravindhan12 closed 6 years ago
I need to use ssp for programatically created textview. How should i use it ?
((TextView)findViewById(R.id.some_text_view)).setTextSize(TypedValue.COMPLEX_UNIT_PX, getResources().getDimensionPixelSize(R.dimen._12ssp));
@elhanan-mishraky It works. Thanks for your quick reply.
I need to use ssp for programatically created textview. How should i use it ?