I have a fragment that inflates an xml layout. My requirement is to update the text size on all my views inside my fragment when my Activity is resumed. I tried
Use the following code for refreshing fragment again:
FragmentTransaction ftr = getFragmentManager().beginTransaction(); ftr.detach(EnterYourFragmentName.this).attach(EnterYourFragmentName.this).commit();