In the Dashboard fragment at the BaseMainActivity, the screen is scrollable even though the components and widgets whose place is static and are fixed. There is no requirement or necessity for the screen to be scrollable. If the specific fragment's motion is locked, it would improve the user experience and interaction within the screen.
Description:
In the
Dashboard
fragment at theBaseMainActivity
, the screen is scrollable even though the components and widgets whose place is static and are fixed. There is no requirement or necessity for the screen to be scrollable. If the specific fragment's motion islocked
, it would improve the user experience and interaction within the screen.Current Dashboard fragment:
https://user-images.githubusercontent.com/54114888/184918047-22e7f3f1-8ec5-4fd3-9518-5c86a3071b8d.mp4