-
Notifications
You must be signed in to change notification settings - Fork 521
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
Topic should have navigation drawer icon in it #654
Comments
@rt4914 for including the navigation drawer in the topic fragment, should I move the toolbar from within the fragment to the activity? |
@PrarabdhGarg Yes that i fine. At the same time I think the implementation that you are suggesting is similar to what is done in HomeFragment. |
@PrarabdhGarg @rt4914 Can I work on this issue? I had a duplicate issue(#680 ) and have generated a PR(#681) for it as well. |
@Sarthak2601 I am currently working on this |
@Sarthak2601 This issue has already been assign to @PrarabdhGarg and he is working on it. At the same time the navigation icon in topics has been kept intentionally, so we tend not to remove it. Also, I think you are assigned to oppia-web project but if you are interested in Oppia-Android. Feel free to inform us in gitter-group Also, we will assigning you issues in start to keep everything organised. |
@rt4914 Okay, got it. |
* Move toolbar from fragment to activity * Add listener to get title from fragments in activity * Add EOF at TopicTitleListener * Fix some test cases * Remove listener for toolbar title * Add Tabs to topic fragment * Nit changes * Create new file for topic activity tests * Add tests for topic activity tests * Update tests for topic activity tests * Minor Changes
Mock: https://xd.adobe.com/view/0687f00c-695b-437a-79a6-688e7f4f7552-70b6/screen/c718fc6d-b336-475a-b31b-fd3bc84882a8/PM-EN-Play-Tab-Progress-1-
In mocks, the topic has a hamburger icon at top left corner of the screen which opens the navigation drawer.
The text was updated successfully, but these errors were encountered: