How to make Toolbar not overlap other content in Android?

前端 未结 6 1599
北恋
北恋 2020-12-29 04:51

I am trying to develop an activity with a toolbar (the example is more or less taken from a tutorial), but the Toolbar always overlaps part of the other content. Here is a

6条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 05:20

    Just a simple change did the trick.

    My Previous code:

    activity_device_scan.xml

        
    

    New

    activity_device_scan.xml:

        
    

提交回复
热议问题