You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@janishar
I added Tab layout into HeaderView of ExpandablePlaceHolderView.
Once I expand //collapse ExpandablePlaceHolderView.It results tabs are getting added into headerview.
`
@parent @SingleTop @layout(R.layout.adapter_tablayout_hcm)
public class HCM_HeaderView {
private static String TAG = "HCM_HeaderView";
private Context mContext;
private String mHeaderText;
private ArrayList mHCMDetails;
@janishar
I added Tab layout into HeaderView of ExpandablePlaceHolderView.
Once I expand //collapse ExpandablePlaceHolderView.It results tabs are getting added into headerview.
`
@parent
@SingleTop
@layout(R.layout.adapter_tablayout_hcm)
public class HCM_HeaderView {
private static String TAG = "HCM_HeaderView";
private Context mContext;
private String mHeaderText;
private ArrayList mHCMDetails;
}
`
The text was updated successfully, but these errors were encountered: