Weird black line on top of list view

后端 未结 3 1013
梦如初夏
梦如初夏 2021-01-26 21:58

I am creating a layout with a ListView and at the very top of the list there is this weird black line that I can\'t seem to figure out how to get rid of! It\'s par

3条回答
  •  时光说笑
    2021-01-26 22:55

    The problem is not the divider.

    I was also looking for a solution to this and I found one :

    You can do your own theme with this

    
    
    
        
    
    
    

    And setting the theme to your manifest xml file and it works.

    The windowContentOverlay to null fix the problem.

提交回复
热议问题