Bottom Buttons & Scrolling
Nathan Sokalski
4,111
Reputation points
I have an app that includes a RecyclerView with the following screenshot:
It lets me scroll ALMOST to the bottom. The last bit of the RecyclerView is hidden by the buttons (which are not part of my code, of course). I want my app to use the area between the Status Bar and these buttons, but the buttons are hiding my app rather than resizing it. The RecyclerView is
androidx.recyclerview.widget.RecyclerView
and the root of my app is a GridLayout. What should I do to prevent these buttons from hiding my app? Thanks.
Developer technologies | .NET | Xamarin
Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Sign in to answer