Open saurabhnmahajan opened 5 years ago
https://github.com/ericdiazjr21/Android_Excercise/blob/560f87e3a1675223f55ebb31ced53c00ff6c95e7/app/src/main/res/layout/activity_weather_layout.xml#L78
I recently came across a problem where I had views above and below a recycler view. Just to learn something more, try adding some views below the recycler view and see how you'd make the entire thing scrollable.
Sounds like an interesting challenge, I'll try this out and send a PR for review. Thanks for taking a look!
https://github.com/ericdiazjr21/Android_Excercise/blob/560f87e3a1675223f55ebb31ced53c00ff6c95e7/app/src/main/res/layout/activity_weather_layout.xml#L78
I recently came across a problem where I had views above and below a recycler view. Just to learn something more, try adding some views below the recycler view and see how you'd make the entire thing scrollable.