I have a few activities e.g.:
ActivityA.
ActivityB.
ActivityC.
Each activity has different layout and each activity extends BaseActivity which extends FragmentActivity.
BaseActivity is my own class.
I would like to have an access to root of layout in BaseActivity depends on current shown Activity A,B or C.
Is it possible?