Get root ViewGroup from Titanium Activity - Source: http://stackoverflow.com/questions/4486034/get-root-view-from-current-activity and http://stackoverflow.com/questions/24612364/how-to-get-root-viewgroup-from-a-layout-that-was-set-using-setcontentview
ViewGroup rootViewGroup = (ViewGroup) activity.getWindow().getDecorView().findViewById(android.R.id.content);