Android Question how to change xml property?

ArminKH

Well-Known Member
hi
i've using Design support tab layout
the tab layout read text size property from
\extras\android\support\design\res\values\dimens.xml and this property
<dimen name="design_tab_text_size">14sp</dimen>
i want to set this one after compile programically
how is this possible?
 
Top