Android Question How do you handle the last item in an Edge To Edge screen

Robert Valentino

Well-Known Member
Licensed User
Longtime User
I turned on Edge to Edge to see how it would effect my App and the only real problem is the last entry in a scrolling list is unable to be selected. (see attached photo)

How would one handle this, when we are forced into edge to edge (would we just and an extra blank entry - seems crude)
 

Attachments

  • EdgeToEdge.jpg
    EdgeToEdge.jpg
    347 KB · Views: 84

b4x-de

Active Member
Licensed User
Longtime User
You have to take the height of the navigation bar into account in your layout. Check this example here: Post in thread 'IME_HeightChanged not firing with targetSdkVersion = 35'
 
Upvote 0
Top