Mobile App Dev 2021W: Assignment 3
This assignment is still being developed.
In this assignment you will be extending Converter2A from Tutorial 6.
Tasks
- [2] The current version's layout is messed up when in landscape mode (the device turned horizontally). Fix its layout by converting it to a LinearLayout.
- [2] Fix the layout while keeping it a ConstrainedLayout. Make sure your layout works in both portrait and landscape mode!