FokkeZB / nl.fokkezb.loading

The widget provides a simple loading mask that can be easily styled and configured.
93 stars 18 forks source link

Loading window have titlebar... #12

Closed matiasfha closed 10 years ago

matiasfha commented 10 years ago

The loading window have titlebar, how can i remove the titlebar. I'm use a theme to my app to no have titlebar...

FokkeZB commented 10 years ago

I think in theming your app to have no titlebar, you only themed the non-translucent windows, while the loading widget creates a window that uses the Titanium translucent theme.

Also, since 3.3.0 even on Android 2.3.x you will get an ActionBar using the AppCompat library. Please see http://developer.appcelerator.com/question/176683/android-fullscreen-window--how-to-hide-the-navigation-bar- on how to remove the title/action bar in 3.3.0+