how to pin title in Toolbar inside CollapsingToolbarLayout

前端 未结 6 1213

Here is my layout:



        
6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-16 17:09

    Maybe this? Just add android:fitsSystemWindows="true" to AppBarLayout

    
    
        
    
            
    
                
    
            
    
        
    
        ...
    
    
    

    This is what you get

提交回复
热议问题