Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress Dialog on SideMenu #42

Closed
rfmussa opened this issue Dec 3, 2012 · 2 comments
Closed

Progress Dialog on SideMenu #42

rfmussa opened this issue Dec 3, 2012 · 2 comments

Comments

@rfmussa
Copy link

rfmussa commented Dec 3, 2012

Hello, how can I show a progress dialog inside the sidemenu(Like facebook does on its right sidemenu).

Thank you

@JakeWharton
Copy link
Contributor

Place a <ProgressBar> in the layout that you use inside the drawer. A common pattern is to use a ViewAnimator as the parent with a ProgressBar and your actual content view as its children. Then you can flip between the two using the ViewAnimator's API.

@rfmussa
Copy link
Author

rfmussa commented Dec 3, 2012

thats it thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants