Android: CollapsingToolbarLayout centers expanded text but not collapsed text

前端 未结 4 1436
感动是毒
感动是毒 2021-02-05 15:50

I have a CollapsingToolbarLayout that is defined to center both in collapsed and in expanded modes:



        
4条回答
  •  清歌不尽
    2021-02-05 16:25

    Setting content related properties to 0dp (app:contentInsetLeft="0dp", android:contentInsetLeft="0dp", app:contentInsetStart="0dp", android:contentInsetStart="0dp", app:contentInsetStartWithNavigation="0dp") might help you. Here is my working Toolbar.

    
    
            
    
            
        
    

    Hope it will help :)

提交回复
热议问题