-
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
Lowfi Landscape: OngoingTopicListActivity #791
Comments
Assigned to @virajpatel2411 |
@rt4914 Do I have to change anything in UI or I just have to add the test cases? |
You will need to create the landscape layout, currently app supports only portrait mode. Also, for landscape mode you will need add test cases also. Check implementation in other activities which have landscape mode. |
Okaayy |
Take latest, code from develop, inside Home - open navigationDrawer - Click on Profile - Click on Now, you will be able to see that screen only when there is some progress in the app which obviously does not exists right now. So you can do this copy this code in Basically in this code we are using |
Okay |
* Fix Issue 791 : Landscape Mode for OngoingTopicListActivity created * Test Case modified * Test Case modified and Manifest updated for landscape mode * Reverted HomeFragmentPresenter and removed unnecessary string value, Modified test case * Typo in test case corrected * Unnecessary new line removed * Added test cases * Nit changes * Updated test cases Co-authored-by: unknown <virajpatel2411@gmail.com> Co-authored-by: Viraj Patel <36664384+virajpatel2411@users.noreply.github.com> Co-authored-by: Rajat Talesra <talesra@talesra-macbookpro.roam.corp.google.com>
Mock: https://xd.adobe.com/view/ee9e607b-dbd6-4372-48dc-b687d32af3da-98af/screen/ce21cbf2-0439-47d7-bb37-005cfc6b9742/UP-Topics-in-Progress-
Also, please add test case for checking that item is visible in orientation change also. You will mainly need to do this in
OngoingTopicListActivityTest
The text was updated successfully, but these errors were encountered: