in fragment method onCreateView() using the following code:
Context contextTheme = new ContextThemeWrapper(getActivity(),R.style.Theme_PageIndicatorDefaults);
LayoutInflater themeInflater = inflater.cloneInContext(contextTheme);
view = inflater.inflate(R.layout.connections_fragment, container, false);