using current lib version 2.1.
working fine on android 4.2
fails on android 2.3
when setting up a activity view with actionbar and tabs i use the following code to add a tab.
but android.R.id.content is present 2 times in the tree. the first one is org.holoeverywhere.widget.FrameLayout holding a LinearLayout with the ActionBar containers and the real content... the second one is the correct lowest element android.support.v4.app._HoloActivity in the default tree...
using current lib version 2.1. working fine on android 4.2 fails on android 2.3 when setting up a activity view with actionbar and tabs i use the following code to add a tab.
mFragment = Fragment.instantiate(mActivity, fragmentClass.getName()); ft.replace(android.R.id.content, mFragment, mTag);
but android.R.id.content is present 2 times in the tree. the first one is org.holoeverywhere.widget.FrameLayout holding a LinearLayout with the ActionBar containers and the real content... the second one is the correct lowest element android.support.v4.app._HoloActivity in the default tree...