How to add the middle Button in BottomBar layout android

前端 未结 1 616
小蘑菇
小蘑菇 2021-01-06 00:19

I want to add facebook messenger like oversized button in the middle of my bottombar layout but confused how to add..

Facebook Messenger

I was using

1条回答
  •  萌比男神i
    2021-01-06 00:56

    I just tried to make it simple, not professional type. Look here:

    BottomSheetLayout file - tv.xml:

    
    
    
        
            
        
    
    
    
        
            
    
        
    
    

    ActivityLayout - activity_main.xml

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    Output:

    Change value and design as per your idea.

    Example is just a demo and does not contain exact answer asked by OP. Its just a hard coded dummy.

    0 讨论(0)
提交回复
热议问题