I have one common layout that has four button at top bar and i am using this layout in all activities by including that common layout in all activities layout by
Hello Bindalbhai..
MainActivity myAct = (MainActivity) this.getParent(); TextView myTitleText = (TextView)myAct.findViewById(R.id.txtTitle);
It may be helps you. Or you can use ViewGroup for this.
Thanks.