I really like the toolbar in Astro app for Android and I was wondering: Do you know if it is reusable component, is it open source, if yes – where to find it; if not – can you provide a link to similar open source component.

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make yourself a custom view, e.g.
class myToolbar extends LinearLayout(context) {}that contains your toolbar buttons and add this to any other Views where you want to display the toolbar.