I have the activity indicator showing up, just not in the right place. I am trying to get it to show up in the middle of the screen, not in the top right of navbar. Any help would be much appreciated.
http://pastie.org/1199347
1 Answer
Accepted Answer
The code is self-explanatory. The spinner's showing up the way it's because you put it there.
win.setRightNavButton(actInd);Try win.add(actInd) or any view you want it to, and don't define spinner's position, it should align at the center.
Your Answer
Think you can help? Login to answer this question!