Android - Tabs in bottom of screen

前端 未结 10 1798
有刺的猬
有刺的猬 2020-12-30 15:06

I have been looking for about a day for a way to get my android application have tabs in the bottom of the screen.

On the Android Developer website in the Styles and

10条回答
  •  無奈伤痛
    2020-12-30 15:33

    I use this layout for locate Tabs in bottom of screen:

    ?xml version="1.0" encoding="utf-8"?>
    
    
        
    
            
            
            
        
    
    

    examle of code: https://stackoverflow.com/a/23150258/2765497

提交回复
热议问题